++ rg -v '#' /usr/share/zoneinfo/zone.tab ++ awk '{print $3}' ++ shuf ++ head -n1 + TZ=America/Porto_Velho + echo 'Choosen random timezone America/Porto_Velho' + ln -snf /usr/share/zoneinfo/America/Porto_Velho /etc/localtime Choosen random timezone America/Porto_Velho + echo America/Porto_Velho + dpkg -i package_folder/clickhouse-common-static_24.3.12.76.altinitystable+tsan_amd64.deb Selecting previously unselected package clickhouse-common-static. (Reading database ... 49067 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static_24.3.12.76.altinitystable+tsan_amd64.deb ... Unpacking clickhouse-common-static (24.3.12.76.altinitystable+tsan) ... Setting up clickhouse-common-static (24.3.12.76.altinitystable+tsan) ... + dpkg -i package_folder/clickhouse-common-static-dbg_24.3.12.76.altinitystable+tsan_amd64.deb Selecting previously unselected package clickhouse-common-static-dbg. (Reading database ... 49096 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static-dbg_24.3.12.76.altinitystable+tsan_amd64.deb ... Unpacking clickhouse-common-static-dbg (24.3.12.76.altinitystable+tsan) ... Setting up clickhouse-common-static-dbg (24.3.12.76.altinitystable+tsan) ... + dpkg -i package_folder/clickhouse-server_24.3.12.76.altinitystable+tsan_amd64.deb Selecting previously unselected package clickhouse-server. (Reading database ... 49105 files and directories currently installed.) Preparing to unpack .../clickhouse-server_24.3.12.76.altinitystable+tsan_amd64.deb ... Unpacking clickhouse-server (24.3.12.76.altinitystable+tsan) ... Setting up clickhouse-server (24.3.12.76.altinitystable+tsan) ... Cannot set 'net_admin' or 'ipc_lock' or 'sys_nice' or 'net_bind_service' capability for clickhouse binary. This is optional. Taskstats accounting will be disabled. To enable taskstats accounting you may add the required capability later manually. ClickHouse binary is already located at /usr/bin/clickhouse Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse. Creating symlink /usr/bin/ch to /usr/bin/clickhouse. Creating symlink /usr/bin/chl to /usr/bin/clickhouse. Creating symlink /usr/bin/chc to /usr/bin/clickhouse. Creating clickhouse group if it does not exist. groupadd -r clickhouse Creating clickhouse user if it does not exist. useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf. Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration. Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration. Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it. /etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path. /etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path. Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it. Log directory /var/log/clickhouse-server/ already exists. Creating data directory /var/lib/clickhouse/. Creating pid directory /var/run/clickhouse-server. chown -R clickhouse:clickhouse '/var/log/clickhouse-server/' chown -R clickhouse:clickhouse '/var/run/clickhouse-server' chown clickhouse:clickhouse '/var/lib/clickhouse/' groupadd -r clickhouse-bridge useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge' chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge' Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it. Setting capabilities for clickhouse binary. This is optional. chown -R clickhouse:clickhouse '/etc/clickhouse-server' ClickHouse has been successfully installed. Start clickhouse-server with: sudo clickhouse start Start clickhouse-client with: clickhouse-client + dpkg -i package_folder/clickhouse-client_24.3.12.76.altinitystable+tsan_amd64.deb Selecting previously unselected package clickhouse-client. (Reading database ... 49122 files and directories currently installed.) Preparing to unpack .../clickhouse-client_24.3.12.76.altinitystable+tsan_amd64.deb ... Unpacking clickhouse-client (24.3.12.76.altinitystable+tsan) ... Setting up clickhouse-client (24.3.12.76.altinitystable+tsan) ... + echo '' + [[ -z '' ]] + ch --query 'SELECT 1' 1 + chl --query 'SELECT 1' 1 + chc --version ClickHouse client version 24.3.12.76.altinitystable (altinity build). + ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test + source /attach_gdb.lib ++ source /utils.lib + source /utils.lib + /usr/share/clickhouse-test/config/install.sh + DEST_SERVER_PATH=/etc/clickhouse-server + DEST_CLIENT_PATH=/etc/clickhouse-client +++ dirname /usr/share/clickhouse-test/config/install.sh ++ cd /usr/share/clickhouse-test/config ++ pwd -P + SRC_PATH=/usr/share/clickhouse-test/config + echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server' + mkdir -p /etc/clickhouse-server/config.d/ Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server + mkdir -p /etc/clickhouse-server/users.d/ + mkdir -p /etc/clickhouse-client + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/ + '[' /etc/clickhouse-server = /etc/clickhouse-server ']' + ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/ + ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml + value=0 + sed --follow-symlinks -i 's|[01]|0|' /etc/clickhouse-server/config.d/keeper_port.xml + value=48773120 + sed --follow-symlinks -i 's|[[:digit:]]\+|48773120|' /etc/clickhouse-server/config.d/keeper_port.xml + value=27580416 + sed --follow-symlinks -i 's|[[:digit:]]\+|27580416|' /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + ARM=aarch64 ++ uname -m + OS=x86_64 x86_64 + [[ -n 1 ]] + echo x86_64 + [[ '' -eq 1 ]] + [[ x86_64 == \a\a\r\c\h\6\4 ]] + echo 'Adding azure configuration' + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ Adding azure configuration + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml + [[ -n '' ]] + ./setup_minio.sh stateless + azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log + export MINIO_ROOT_USER=clickhouse + MINIO_ROOT_USER=clickhouse + export MINIO_ROOT_PASSWORD=clickhouse + MINIO_ROOT_PASSWORD=clickhouse + main stateless + local query_dir ++ check_arg stateless ++ local query_dir ++ '[' '!' 1 -eq 1 ']' ++ case "$1" in ++ query_dir=0_stateless ++ echo 0_stateless + query_dir=0_stateless + '[' '!' -f ./minio ']' + start_minio + mkdir -p ./minio_data + ./minio --version Azurite Blob service is starting on 0.0.0.0:10000 Azurite Blob service successfully listens on http://0.0.0.0:10000 minio version RELEASE.2022-01-03T18-22-58Z + wait_for_it + local counter=0 + local max_counter=60 + local url=http://localhost:11111 + params=('--silent' '--verbose') + local params + ./minio server --address :11111 ./minio_data + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 0 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=1 + grep AccessDenied + curl --silent --verbose http://localhost:11111 + [[ 1 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=2 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 2 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=3 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 3 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=4 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 4 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=5 + grep AccessDenied + curl --silent --verbose http://localhost:11111 + [[ 5 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=6 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 6 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=7 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 7 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=8 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 8 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=9 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 9 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=10 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 10 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio API: http://172.17.0.2:11111 http://127.0.0.1:11111 Console: http://172.17.0.2:46797 http://127.0.0.1:46797 Documentation: https://docs.min.io WARNING: Console endpoint is listening on a dynamic port (46797), please use --console-address ":PORT" to choose a static port. + counter=11 + curl --silent --verbose http://localhost:11111 + grep AccessDenied AccessDeniedAccess Denied./1804E1D26EA17B57ae8afd76-82bf-414c-8c86-3148a22b5bc8 + lsof -i :11111 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME minio 271 root 10u IPv6 28571 0t0 TCP *:11111 (LISTEN) + sleep 5 + setup_minio stateless + local test_type=stateless + ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse Added `clickminio` successfully. + ./mc admin user add clickminio test testtest Added user `test` successfully. + ./mc admin policy set clickminio readwrite user=test Policy `readwrite` is set on user `test` + ./mc mb clickminio/test Bucket created successfully `clickminio/test`. + '[' stateless = stateless ']' + ./mc policy set public clickminio/test Access permission for `clickminio/test` is set to `public` + upload_data 0_stateless /usr/share/clickhouse-test + local query_dir=0_stateless + local test_path=/usr/share/clickhouse-test + local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio ++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio 02366_data.jsonl + for file in $(ls "${data_path}") + echo 02366_data.jsonl + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl` Total: 0 B, Transferred: 0 B, Speed: 0 B/s + for file in $(ls "${data_path}") + echo 02731.arrow + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow 02731.arrow `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow` Total: 0 B, Transferred: 3.82 MiB, Speed: 151.37 MiB/s + for file in $(ls "${data_path}") + echo 02731.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet 02731.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet` Total: 0 B, Transferred: 1.57 MiB, Speed: 113.89 MiB/s + for file in $(ls "${data_path}") + echo 02876.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet 02876.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet` Total: 0 B, Transferred: 293 B, Speed: 45.74 KiB/s a.tsv + for file in $(ls "${data_path}") + echo a.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv` Total: 0 B, Transferred: 24 B, Speed: 4.38 KiB/s b.tsv + for file in $(ls "${data_path}") + echo b.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv` Total: 0 B, Transferred: 33 B, Speed: 5.11 KiB/s c.tsv + for file in $(ls "${data_path}") + echo c.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv` Total: 0 B, Transferred: 33 B, Speed: 4.98 KiB/s + for file in $(ls "${data_path}") + echo tsv_with_header.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv tsv_with_header.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv` Total: 0 B, Transferred: 44 B, Speed: 6.54 KiB/s + setup_aws_credentials + local minio_root_user=clickhouse + local minio_root_password=clickhouse + mkdir -p /root/.aws + cat + ./setup_hdfs_minicluster.sh + ls -lha total 135M drwxr-xr-x 1 root root 4.0K Nov 4 17:40 . drwxr-xr-x 1 root root 4.0K Nov 4 17:40 .. -rw-rw-r-- 1 1000 1000 300 Nov 4 17:38 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1.6K Jun 12 23:03 attach_gdb.lib -rw-r--r-- 1 root root 1.3K Nov 4 17:40 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 3.9K Nov 4 17:40 __azurite_db_blob__.json -rw-r--r-- 1 root root 1.4K Nov 4 17:40 azurite_log lrwxrwxrwx 1 root root 7 Apr 26 2024 bin -> usr/bin drwxr-xr-x 2 root root 4.0K Nov 4 17:40 __blobstorage__ drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot drwxr-xr-x 5 root root 340 Nov 4 17:40 dev -rwxr-xr-x 1 root root 0 Nov 4 17:40 .dockerenv drwxr-xr-x 1 root root 4.0K Nov 4 17:40 etc drwxr-xr-x 10 1000 1000 4.0K Jun 15 2021 hadoop-3.3.1 drwxr-xr-x 2 root root 4.0K Apr 18 2022 home lrwxrwxrwx 1 root root 7 Apr 26 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Apr 26 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Apr 26 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Apr 26 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21M Jun 12 23:04 mc drwxr-xr-x 2 root root 4.0K Apr 26 2024 media -rwxr-xr-x 1 root root 114M Jun 12 23:04 minio drwxr-xr-x 4 root root 4.0K Nov 4 17:40 minio_data drwxr-xr-x 2 root root 4.0K Apr 26 2024 mnt drwxr-xr-x 2 root root 4.0K Apr 26 2024 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4.0K Nov 4 17:40 package_folder dr-xr-xr-x 340 root root 0 Nov 4 17:40 proc -rwxrwxr-x 1 root root 7.9K May 14 13:27 process_functional_tests_result.py drwx------ 1 root root 4.0K Nov 4 17:40 root drwxr-xr-x 1 root root 4.0K Nov 4 17:40 run -rwxrwxr-x 1 root root 16K Jun 12 23:03 run.sh lrwxrwxrwx 1 root root 8 Apr 26 2024 sbin -> usr/sbin -rwxrwxr-x 1 root root 11K May 14 13:27 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Jun 12 23:03 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3.4K Jun 12 23:03 setup_minio.sh drwxr-xr-x 2 root root 4.0K Apr 26 2024 srv -rw-rw-r-- 1 root root 13K Jun 12 23:03 stress_tests.lib dr-xr-xr-x 13 root root 0 Nov 4 17:40 sys drwxrwxr-x 2 1000 1000 4.0K Nov 4 17:40 test_output drwxrwxrwt 1 root root 4.0K Nov 4 17:40 tmp drwxr-xr-x 1 root root 4.0K Apr 26 2024 usr -rw-rw-r-- 1 root root 833 Jun 12 23:03 utils.lib drwxr-xr-x 1 root root 4.0K Apr 26 2024 var + cd hadoop-3.3.1 + export JAVA_HOME=/usr + JAVA_HOME=/usr + mkdir -p target/test/data + chown clickhouse ./target/test/data + nc -z localhost 12222 + sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222 + sleep 1 + nc -z localhost 12222 + sleep 1 + nc -z localhost 12222 + lsof -i :12222 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME java 565 clickhouse 322u IPv4 35407 0t0 TCP localhost:12222 (LISTEN) + sleep 5 + config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml + set +x File /tmp/export-logs-config.sh does not exist, do not setup + [[ -n '' ]] + '[' 1 -gt 1 ']' + sudo clickhouse start ==745==Installed the sigaction for signal 11 ==745==Installed the sigaction for signal 7 ==745==Installed the sigaction for signal 8 ==745==Using llvm-symbolizer found at: /usr/bin/llvm-symbolizer-17 ***** Running under ThreadSanitizer v3 (pid 745) ***** ThreadSanitizer: growing sync allocator: 0 out of 1048576*1024 ThreadSanitizer: growing heap block allocator: 0 out of 262144*4096 ThreadSanitizer: growing sync allocator: 1 out of 1048576*1024 ThreadSanitizer: growing sync allocator: 2 out of 1048576*1024 ThreadSanitizer: growing heap block allocator: 1 out of 262144*4096 ThreadSanitizer: growing sync allocator: 3 out of 1048576*1024 ThreadSanitizer: growing sync allocator: 4 out of 1048576*1024 ThreadSanitizer: forked new process with pid 746, parent had 1 threads ThreadSanitizer: forked new process with pid 749, parent had 1 threads ==752==Installed the sigaction for signal 11 ==752==Installed the sigaction for signal 7 ==752==Installed the sigaction for signal 8 ==752==Using llvm-symbolizer found at: /usr/bin/llvm-symbolizer-17 ***** Running under ThreadSanitizer v3 (pid 752) ***** ThreadSanitizer: growing sync allocator: 0 out of 1048576*1024 ThreadSanitizer: growing heap block allocator: 0 out of 262144*4096 ThreadSanitizer: growing sync allocator: 1 out of 1048576*1024 ThreadSanitizer: growing sync allocator: 2 out of 1048576*1024 ThreadSanitizer: growing heap block allocator: 1 out of 262144*4096 ThreadSanitizer: growing sync allocator: 3 out of 1048576*1024 ThreadSanitizer: growing sync allocator: 4 out of 1048576*1024 ThreadSanitizer: forked new process with pid 753, parent had 1 threads Stats: SizeClassAllocator64: 2M mapped (0M rss) in 11088 allocations; remains 5405 01 ( 16): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 3840 avail: 4096 rss: 4K releases: 0 last released: 0K region: 0x7b0400000000 02 ( 32): mapped: 64K allocs: 2816 frees: 2304 inuse: 512 num_freed_chunks 1536 avail: 2048 rss: 60K releases: 0 last released: 0K region: 0x7b0800000000 03 ( 48): mapped: 192K allocs: 3456 frees: 2432 inuse: 1024 num_freed_chunks 3072 avail: 4096 rss: 152K releases: 0 last released: 0K region: 0x7b0c00000000 04 ( 64): mapped: 64K allocs: 1152 frees: 768 inuse: 384 num_freed_chunks 640 avail: 1024 rss: 64K releases: 0 last released: 0K region: 0x7b1000000000 05 ( 80): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 563 avail: 819 rss: 20K releases: 0 last released: 0K region: 0x7b1400000000 06 ( 96): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 426 avail: 682 rss: 20K releases: 0 last released: 0K region: 0x7b1800000000 07 ( 112): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 457 avail: 585 rss: 12K releases: 0 last released: 0K region: 0x7b1c00000000 08 ( 128): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 384 avail: 512 rss: 12K releases: 0 last released: 0K region: 0x7b2000000000 09 ( 144): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 327 avail: 455 rss: 4K releases: 0 last released: 0K region: 0x7b2400000000 10 ( 160): mapped: 64K allocs: 384 frees: 128 inuse: 256 num_freed_chunks 153 avail: 409 rss: 56K releases: 0 last released: 0K region: 0x7b2800000000 11 ( 176): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 244 avail: 372 rss: 4K releases: 0 last released: 0K region: 0x7b2c00000000 12 ( 192): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 213 avail: 341 rss: 8K releases: 0 last released: 0K region: 0x7b3000000000 13 ( 208): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 187 avail: 315 rss: 4K releases: 0 last released: 0K region: 0x7b3400000000 14 ( 224): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 164 avail: 292 rss: 4K releases: 0 last released: 0K region: 0x7b3800000000 15 ( 240): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 17 avail: 273 rss: 40K releases: 0 last released: 0K region: 0x7b3c00000000 16 ( 256): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 128 avail: 256 rss: 4K releases: 0 last released: 0K region: 0x7b4000000000 17 ( 320): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 76 avail: 204 rss: 12K releases: 0 last released: 0K region: 0x7b4400000000 18 ( 384): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 42 avail: 170 rss: 8K releases: 0 last released: 0K region: 0x7b4800000000 19 ( 448): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 18 avail: 146 rss: 4K releases: 0 last released: 0K region: 0x7b4c00000000 20 ( 512): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 0 avail: 128 rss: 8K releases: 0 last released: 0K region: 0x7b5000000000 21 ( 640): mapped: 64K allocs: 102 frees: 0 inuse: 102 num_freed_chunks 0 avail: 102 rss: 12K releases: 0 last released: 0K region: 0x7b5400000000 22 ( 768): mapped: 64K allocs: 85 frees: 0 inuse: 85 num_freed_chunks 0 avail: 85 rss: 4K releases: 0 last released: 0K region: 0x7b5800000000 23 ( 896): mapped: 64K allocs: 73 frees: 0 inuse: 73 num_freed_chunks 0 avail: 73 rss: 8K releases: 0 last released: 0K region: 0x7b5c00000000 24 ( 1024): mapped: 64K allocs: 64 frees: 0 inuse: 64 num_freed_chunks 0 avail: 64 rss: 8K releases: 0 last released: 0K region: 0x7b6000000000 25 ( 1280): mapped: 192K allocs: 153 frees: 51 inuse: 102 num_freed_chunks 51 avail: 153 rss: 184K releases: 0 last released: 0K region: 0x7b6400000000 26 ( 1536): mapped: 64K allocs: 42 frees: 0 inuse: 42 num_freed_chunks 0 avail: 42 rss: 4K releases: 0 last released: 0K region: 0x7b6800000000 27 ( 1792): mapped: 64K allocs: 36 frees: 0 inuse: 36 num_freed_chunks 0 avail: 36 rss: 4K releases: 0 last released: 0K region: 0x7b6c00000000 28 ( 2048): mapped: 64K allocs: 32 frees: 0 inuse: 32 num_freed_chunks 0 avail: 32 rss: 4K releases: 0 last released: 0K region: 0x7b7000000000 29 ( 2560): mapped: 64K allocs: 25 frees: 0 inuse: 25 num_freed_chunks 0 avail: 25 rss: 8K releases: 0 last released: 0K region: 0x7b7400000000 30 ( 3072): mapped: 64K allocs: 21 frees: 0 inuse: 21 num_freed_chunks 0 avail: 21 rss: 4K releases: 0 last released: 0K region: 0x7b7800000000 31 ( 3584): mapped: 64K allocs: 18 frees: 0 inuse: 18 num_freed_chunks 0 avail: 18 rss: 8K releases: 0 last released: 0K region: 0x7b7c00000000 32 ( 4096): mapped: 64K allocs: 16 frees: 0 inuse: 16 num_freed_chunks 0 avail: 16 rss: 24K releases: 0 last released: 0K region: 0x7b8000000000 33 ( 5120): mapped: 64K allocs: 12 frees: 0 inuse: 12 num_freed_chunks 0 avail: 12 rss: 16K releases: 0 last released: 0K region: 0x7b8400000000 34 ( 6144): mapped: 64K allocs: 10 frees: 0 inuse: 10 num_freed_chunks 0 avail: 10 rss: 12K releases: 0 last released: 0K region: 0x7b8800000000 35 ( 7168): mapped: 64K allocs: 9 frees: 0 inuse: 9 num_freed_chunks 0 avail: 9 rss: 36K releases: 0 last released: 0K region: 0x7b8c00000000 37 ( 10240): mapped: 64K allocs: 6 frees: 0 inuse: 6 num_freed_chunks 0 avail: 6 rss: 12K releases: 0 last released: 0K region: 0x7b9400000000 38 ( 12288): mapped: 64K allocs: 5 frees: 0 inuse: 5 num_freed_chunks 0 avail: 5 rss: 12K releases: 0 last released: 0K region: 0x7b9800000000 39 ( 14336): mapped: 64K allocs: 4 frees: 0 inuse: 4 num_freed_chunks 0 avail: 4 rss: 16K releases: 0 last released: 0K region: 0x7b9c00000000 42 ( 24576): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 16K releases: 0 last released: 0K region: 0x7ba800000000 43 ( 28672): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 28K releases: 0 last released: 0K region: 0x7bac00000000 44 ( 32768): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 32K releases: 0 last released: 0K region: 0x7bb000000000 45 ( 40960): mapped: 64K allocs: 1 frees: 0 inuse: 1 num_freed_chunks 0 avail: 1 rss: 4K releases: 0 last released: 0K region: 0x7bb400000000 Stats: LargeMmapAllocator: allocated 0 times, remains 0 (0 K) max 0 M; by size logs: chown -R clickhouse: '/var/run/clickhouse-server/' Will run sudo --preserve-env -u 'clickhouse' /usr/bin/clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid --daemon Waiting for server to start Waiting for server to start Server started Stats: SizeClassAllocator64: 2M mapped (0M rss) in 11088 allocations; remains 5405 01 ( 16): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 3840 avail: 4096 rss: 4K releases: 0 last released: 0K region: 0x7b0400000000 02 ( 32): mapped: 64K allocs: 2816 frees: 2304 inuse: 512 num_freed_chunks 1536 avail: 2048 rss: 60K releases: 0 last released: 0K region: 0x7b0800000000 03 ( 48): mapped: 192K allocs: 3456 frees: 2432 inuse: 1024 num_freed_chunks 3072 avail: 4096 rss: 152K releases: 0 last released: 0K region: 0x7b0c00000000 04 ( 64): mapped: 64K allocs: 1152 frees: 768 inuse: 384 num_freed_chunks 640 avail: 1024 rss: 64K releases: 0 last released: 0K region: 0x7b1000000000 05 ( 80): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 563 avail: 819 rss: 20K releases: 0 last released: 0K region: 0x7b1400000000 06 ( 96): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 426 avail: 682 rss: 20K releases: 0 last released: 0K region: 0x7b1800000000 07 ( 112): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 457 avail: 585 rss: 12K releases: 0 last released: 0K region: 0x7b1c00000000 08 ( 128): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 384 avail: 512 rss: 12K releases: 0 last released: 0K region: 0x7b2000000000 09 ( 144): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 327 avail: 455 rss: 4K releases: 0 last released: 0K region: 0x7b2400000000 10 ( 160): mapped: 64K allocs: 384 frees: 128 inuse: 256 num_freed_chunks 153 avail: 409 rss: 60K releases: 0 last released: 0K region: 0x7b2800000000 11 ( 176): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 244 avail: 372 rss: 4K releases: 0 last released: 0K region: 0x7b2c00000000 12 ( 192): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 213 avail: 341 rss: 8K releases: 0 last released: 0K region: 0x7b3000000000 13 ( 208): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 187 avail: 315 rss: 4K releases: 0 last released: 0K region: 0x7b3400000000 14 ( 224): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 164 avail: 292 rss: 4K releases: 0 last released: 0K region: 0x7b3800000000 15 ( 240): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 17 avail: 273 rss: 40K releases: 0 last released: 0K region: 0x7b3c00000000 16 ( 256): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 128 avail: 256 rss: 4K releases: 0 last released: 0K region: 0x7b4000000000 17 ( 320): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 76 avail: 204 rss: 12K releases: 0 last released: 0K region: 0x7b4400000000 18 ( 384): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 42 avail: 170 rss: 12K releases: 0 last released: 0K region: 0x7b4800000000 19 ( 448): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 18 avail: 146 rss: 4K releases: 0 last released: 0K region: 0x7b4c00000000 20 ( 512): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 0 avail: 128 rss: 8K releases: 0 last released: 0K region: 0x7b5000000000 21 ( 640): mapped: 64K allocs: 102 frees: 0 inuse: 102 num_freed_chunks 0 avail: 102 rss: 8K releases: 0 last released: 0K region: 0x7b5400000000 22 ( 768): mapped: 64K allocs: 85 frees: 0 inuse: 85 num_freed_chunks 0 avail: 85 rss: 4K releases: 0 last released: 0K region: 0x7b5800000000 23 ( 896): mapped: 64K allocs: 73 frees: 0 inuse: 73 num_freed_chunks 0 avail: 73 rss: 8K releases: 0 last released: 0K region: 0x7b5c00000000 24 ( 1024): mapped: 64K allocs: 64 frees: 0 inuse: 64 num_freed_chunks 0 avail: 64 rss: 8K releases: 0 last released: 0K region: 0x7b6000000000 25 ( 1280): mapped: 192K allocs: 153 frees: 51 inuse: 102 num_freed_chunks 51 avail: 153 rss: 184K releases: 0 last released: 0K region: 0x7b6400000000 26 ( 1536): mapped: 64K allocs: 42 frees: 0 inuse: 42 num_freed_chunks 0 avail: 42 rss: 4K releases: 0 last released: 0K region: 0x7b6800000000 27 ( 1792): mapped: 64K allocs: 36 frees: 0 inuse: 36 num_freed_chunks 0 avail: 36 rss: 4K releases: 0 last released: 0K region: 0x7b6c00000000 28 ( 2048): mapped: 64K allocs: 32 frees: 0 inuse: 32 num_freed_chunks 0 avail: 32 rss: 4K releases: 0 last released: 0K region: 0x7b7000000000 29 ( 2560): mapped: 64K allocs: 25 frees: 0 inuse: 25 num_freed_chunks 0 avail: 25 rss: 8K releases: 0 last released: 0K region: 0x7b7400000000 30 ( 3072): mapped: 64K allocs: 21 frees: 0 inuse: 21 num_freed_chunks 0 avail: 21 rss: 4K releases: 0 last released: 0K region: 0x7b7800000000 31 ( 3584): mapped: 64K allocs: 18 frees: 0 inuse: 18 num_freed_chunks 0 avail: 18 rss: 8K releases: 0 last released: 0K region: 0x7b7c00000000 32 ( 4096): mapped: 64K allocs: 16 frees: 0 inuse: 16 num_freed_chunks 0 avail: 16 rss: 28K releases: 0 last released: 0K region: 0x7b8000000000 33 ( 5120): mapped: 64K allocs: 12 frees: 0 inuse: 12 num_freed_chunks 0 avail: 12 rss: 16K releases: 0 last released: 0K region: 0x7b8400000000 34 ( 6144): mapped: 64K allocs: 10 frees: 0 inuse: 10 num_freed_chunks 0 avail: 10 rss: 12K releases: 0 last released: 0K region: 0x7b8800000000 35 ( 7168): mapped: 64K allocs: 9 frees: 0 inuse: 9 num_freed_chunks 0 avail: 9 rss: 36K releases: 0 last released: 0K region: 0x7b8c00000000 37 ( 10240): mapped: 64K allocs: 6 frees: 0 inuse: 6 num_freed_chunks 0 avail: 6 rss: 12K releases: 0 last released: 0K region: 0x7b9400000000 38 ( 12288): mapped: 64K allocs: 5 frees: 0 inuse: 5 num_freed_chunks 0 avail: 5 rss: 12K releases: 0 last released: 0K region: 0x7b9800000000 39 ( 14336): mapped: 64K allocs: 4 frees: 0 inuse: 4 num_freed_chunks 0 avail: 4 rss: 16K releases: 0 last released: 0K region: 0x7b9c00000000 42 ( 24576): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 16K releases: 0 last released: 0K region: 0x7ba800000000 43 ( 28672): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 28K releases: 0 last released: 0K region: 0x7bac00000000 44 ( 32768): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 32K releases: 0 last released: 0K region: 0x7bb000000000 45 ( 40960): mapped: 64K allocs: 1 frees: 0 inuse: 1 num_freed_chunks 0 avail: 1 rss: 4K releases: 0 last released: 0K region: 0x7bb400000000 Stats: LargeMmapAllocator: allocated 10 times, remains 0 (0 K) max 5 M; by size logs: 20:10; + [[ -n '' ]] + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 127.0.0.1 - - [04/Nov/2024:21:41:06 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 - 127.0.0.1 - - [04/Nov/2024:21:41:06 +0000] "PUT /devstoreaccount1/cont/ieuxbqwgpifykgrstfofrgcqgqkvkujx?blockid=qzrvskihevljmngbjlgrjprleztletixjbqglifkjdinmefypatgtmxhnxcvzaqm&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [04/Nov/2024:21:41:06 +0000] "PUT /devstoreaccount1/cont/ieuxbqwgpifykgrstfofrgcqgqkvkujx?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [04/Nov/2024:21:41:06 +0000] "GET /devstoreaccount1/cont/ieuxbqwgpifykgrstfofrgcqgqkvkujx HTTP/1.1" 206 4 127.0.0.1 - - [04/Nov/2024:21:41:06 +0000] "GET /devstoreaccount1/cont/ieuxbqwgpifykgrstfofrgcqgqkvkujx HTTP/1.1" 206 2 127.0.0.1 - - [04/Nov/2024:21:41:06 +0000] "DELETE /devstoreaccount1/cont/ieuxbqwgpifykgrstfofrgcqgqkvkujx HTTP/1.1" 202 - + for _ in {1..100} + clickhouse-client --query 'SELECT 1' 1 + break + setup_logs_replication + set +x File /tmp/export-logs-config.sh does not exist, do not setup + attach_gdb_to_clickhouse ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals continue backtrace full thread apply all backtrace full info registers disassemble /s up disassemble /s up disassemble /s p "done" detach quit ' + sleep 5 + ts '%Y-%m-%d %H:%M:%S' ++ cat /var/run/clickhouse-server/clickhouse-server.pid + gdb -batch -command script.gdb -p 755 + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + [[ aehxB =~ e ]] + set_e=true + set +e + local total_retries=60 + shift + local retry=0 + '[' 0 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb + true + set -e + return + export -f run_tests + '[' 1 -gt 1 ']' + timeout_with_logging 9720 bash -c run_tests + local exit_code=0 + timeout 9720 bash -c run_tests + read -ra ADDITIONAL_OPTIONS + HIGH_LEVEL_COVERAGE=YES + '[' 1 -gt 1 ']' + [[ -n '' ]] + [[ -n '' ]] ++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\''' + [[ 1 == 0 ]] + ADDITIONAL_OPTIONS+=('--jobs') + ADDITIONAL_OPTIONS+=('8') + [[ -n 3 ]] + [[ -n 5 ]] + ADDITIONAL_OPTIONS+=('--run-by-hash-num') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM") + ADDITIONAL_OPTIONS+=('--run-by-hash-total') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL") + HIGH_LEVEL_COVERAGE=NO + [[ -n '' ]] + [[ NO = \Y\E\S ]] + ADDITIONAL_OPTIONS+=('--report-logs-stats') + try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + local total_retries=10 + shift + fn_exists run_with_retry + declare -F run_with_retry + run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + [[ hxBc =~ e ]] + set_e=false + set +e + local total_retries=10 + shift + local retry=0 + '[' 0 -ge 10 ']' + clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + false + return + set +e + clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 3 --run-by-hash-total 5 --report-logs-stats + ts '%Y-%m-%d %H:%M:%S' + tee -a test_output/test_result.txt 2024-11-04 17:41:54 Using queries from '/usr/share/clickhouse-test/queries' directory 2024-11-04 17:41:54 Connecting to ClickHouse server... OK 2024-11-04 17:41:54 Connected to server 24.3.12.76.altinitystable @ 5b67ba5a4febfa774d6373929d551c6a697d7d92 HEAD 2024-11-04 17:41:54 Found 1121 parallel tests and 116 sequential tests 2024-11-04 17:41:55 2024-11-04 17:41:55 Running about 140 stateless tests (ForkPoolWorker-3). 2024-11-04 17:41:55 2024-11-04 17:41:55 03246_range_literal_replacement_works: [ OK ] 0.47 sec. 2024-11-04 17:41:55 2024-11-04 17:41:55 Running about 140 stateless tests (ForkPoolWorker-9). 2024-11-04 17:41:55 2024-11-04 17:41:55 03215_analyzer_replace_with_dummy_tables: [ OK ] 0.47 sec. 2024-11-04 17:41:55 2024-11-04 17:41:55 Running about 140 stateless tests (ForkPoolWorker-2). 2024-11-04 17:41:55 2024-11-04 17:41:55 03231_prewhere_conditions_order: [ OK ] 0.49 sec. 2024-11-04 17:41:55 2024-11-04 17:41:55 Running about 140 stateless tests (ForkPoolWorker-7). 2024-11-04 17:41:55 2024-11-04 17:41:55 03210_variant_with_aggregate_function_type: [ OK ] 0.78 sec. 2024-11-04 17:41:55 03196_max_intersections_arena_crash: [ OK ] 0.46 sec. 2024-11-04 17:41:55 03167_parametrized_view_with_cte: [ OK ] 0.51 sec. 2024-11-04 17:41:56 03151_analyzer_view_read_only_necessary_columns: [ OK ] 0.43 sec. 2024-11-04 17:41:56 03151_redundant_distinct_with_window: [ OK ] 0.66 sec. 2024-11-04 17:41:56 2024-11-04 17:41:56 Running about 140 stateless tests (ForkPoolWorker-5). 2024-11-04 17:41:56 2024-11-04 17:41:56 03217_json_merge_patch_stack_overflow: [ OK ] 1.70 sec. 2024-11-04 17:41:56 03143_parallel_replicas_mat_view_bug: [ OK ] 0.66 sec. 2024-11-04 17:41:56 2024-11-04 17:41:56 Running about 140 stateless tests (ForkPoolWorker-8). 2024-11-04 17:41:56 2024-11-04 17:41:56 03209_parameterized_view_with_non_literal_params: [ OK ] 1.80 sec. 2024-11-04 17:41:56 03130_abs_in_key_condition_bug: [ OK ] 0.49 sec. 2024-11-04 17:41:56 03127_argMin_combinator_state: [ OK ] 0.47 sec. 2024-11-04 17:41:56 2024-11-04 17:41:56 Running about 140 stateless tests (ForkPoolWorker-4). 2024-11-04 17:41:56 2024-11-04 17:41:56 03221_mutation_analyzer_skip_part: [ OK ] 2.09 sec. 2024-11-04 17:41:57 2024-11-04 17:41:57 Running about 140 stateless tests (ForkPoolWorker-6). 2024-11-04 17:41:57 2024-11-04 17:41:57 03217_filtering_in_system_tables: [ OK ] 2.07 sec. 2024-11-04 17:41:57 03016_analyzer_groupby_fuzz_59796: [ OK ] 0.45 sec. 2024-11-04 17:41:57 03015_analyzer_groupby_fuzz_60772: [ OK ] 0.58 sec. 2024-11-04 17:41:57 03031_distinguish_bool_and_int_in_settings: [ OK ] 0.95 sec. 2024-11-04 17:41:57 03015_with_fill_invalid_expression: [ OK ] 0.60 sec. 2024-11-04 17:41:57 03022_alter_materialized_view_query_has_inner_table: [ OK ] 0.84 sec. 2024-11-04 17:41:57 03014_analyzer_groupby_fuzz_60317: [ OK ] 0.41 sec. 2024-11-04 17:41:57 03023_group_by_use_nulls_analyzer_crashes: [ OK ] 1.12 sec. 2024-11-04 17:41:57 03033_scalars_context_data_race: [ OK ] 1.24 sec. 2024-11-04 17:41:58 03013_position_const_start_pos: [ OK ] 0.39 sec. 2024-11-04 17:41:58 03014_group_by_use_nulls_injective_functions_and_analyzer: [ OK ] 0.47 sec. 2024-11-04 17:41:58 03014_window_view_crash: [ OK ] 0.47 sec. 2024-11-04 17:41:58 03008_groupSortedArray_field: [ OK ] 0.44 sec. 2024-11-04 17:41:58 03006_analyzer_executable_table_function: [ OK ] 0.42 sec. 2024-11-04 17:41:58 03003_compatibility_setting_bad_value: [ OK ] 0.29 sec. 2024-11-04 17:41:58 03003_sql_json_nonsense: [ OK ] 0.43 sec. 2024-11-04 17:41:58 03004_json_named_tuples_inference_ambiguous_paths_as_string: [ OK ] 0.47 sec. 2024-11-04 17:41:58 03002_modify_query_cte: [ OK ] 0.40 sec. 2024-11-04 17:41:58 03002_analyzer_prewhere: [ OK ] 0.59 sec. 2024-11-04 17:41:59 03000_virtual_columns_in_prewhere: [ OK ] 0.47 sec. 2024-11-04 17:41:59 03001_insert_threads_deduplication: [ OK ] 0.77 sec. 2024-11-04 17:41:59 02999_scalar_subqueries_bug_1: [ OK ] 0.50 sec. 2024-11-04 17:41:59 02998_primary_key_skip_columns: [ SKIPPED ] 0.00 sec. - not running for current build 2024-11-04 17:41:59 02999_scalar_subqueries_bug_2: [ OK ] 0.39 sec. 2024-11-04 17:41:59 02998_ipv6_hashing: [ OK ] 0.40 sec. 2024-11-04 17:41:59 02998_system_dns_cache_table: [ OK ] 0.39 sec. 2024-11-04 17:41:59 02998_attach_partition_not_allowed_if_structure_differs_due_to_materialized_column: [ OK ] 0.54 sec. 2024-11-04 17:41:59 03009_format_show_database: [ OK ] 2.20 sec. 2024-11-04 17:41:59 02996_index_compaction_counterexample: [ OK ] 0.50 sec. 2024-11-04 17:42:00 03008_optimize_equal_ranges: [ OK ] 2.23 sec. 2024-11-04 17:42:00 03001_bad_error_message_higher_order_functions: [ OK ] 1.59 sec. 2024-11-04 17:42:00 02993_values_escape_quote: [ OK ] 0.53 sec. 2024-11-04 17:42:00 02990_parts_splitter_invalid_ranges: [ OK ] 0.51 sec. 2024-11-04 17:42:00 02990_optimize_uniq_to_count_alias: [ OK ] 0.58 sec. 2024-11-04 17:42:00 02985_dialects_with_distributed_tables: [ OK ] 0.56 sec. 2024-11-04 17:42:00 02990_arrayFold_nullable_lc: [ OK ] 0.83 sec. 2024-11-04 17:42:01 02981_translate_fixedstring: [ OK ] 0.41 sec. 2024-11-04 17:42:01 02997_fix_datetime64_scale_conversion: [ OK ] 2.55 sec. 2024-11-04 17:42:02 02973_dictionary_table_exception_fix: [ OK ] 1.19 sec. 2024-11-04 17:42:02 02973_analyzer_join_use_nulls_column_not_found: [ OK ] 1.32 sec. 2024-11-04 17:42:02 02985_parser_check_stack_size: [ OK ] 2.13 sec. 2024-11-04 17:42:02 02983_empty_map: [ OK ] 2.05 sec. 2024-11-04 17:42:02 02969_analyzer_eliminate_injective_functions: [ OK ] 0.68 sec. 2024-11-04 17:42:02 02969_functions_to_subcolumns_if_null: [ OK ] 0.53 sec. 2024-11-04 17:42:03 02967_analyzer_fuzz: [ OK ] 0.55 sec. 2024-11-04 17:42:03 02995_forget_partition: [ OK ] 3.69 sec. 2024-11-04 17:42:03 02963_invalid_identifier: [ OK ] 0.46 sec. 2024-11-04 17:42:03 02968_mysql_prefer_column_name_to_alias: [ OK ] 1.23 sec. 2024-11-04 17:42:03 02969_archive_seek: [ OK ] 1.64 sec. 2024-11-04 17:42:04 02956_fix_to_start_of_milli_microsecond: [ OK ] 0.44 sec. 2024-11-04 17:42:04 02952_archive_parsing: [ OK ] 0.37 sec. 2024-11-04 17:42:04 02980_s3_plain_DROP_TABLE_MergeTree: [ OK ] 3.55 sec. 2024-11-04 17:42:05 02952_binary: [ OK ] 1.07 sec. 2024-11-04 17:42:05 02949_parallel_replicas_in_subquery: [ OK ] 0.98 sec. 2024-11-04 17:42:05 02956_clickhouse_local_system_parts: [ OK ] 1.75 sec. 2024-11-04 17:42:05 02945_blake3_msan: [ OK ] 0.42 sec. 2024-11-04 17:42:05 02943_create_query_interpreter_sample_block_fix: [ OK ] 0.68 sec. 2024-11-04 17:42:05 02946_format_values: [ OK ] 1.69 sec. 2024-11-04 17:42:06 02950_part_log_bytes_uncompressed: [ OK ] 2.02 sec. 2024-11-04 17:42:06 02943_order_by_all: [ OK ] 1.10 sec. 2024-11-04 17:42:06 03199_unbin_buffer_overflow: [ OK ] 11.35 sec. 2024-11-04 17:42:06 02935_date_trunc_case_unsensitiveness: [ OK ] 0.57 sec. 2024-11-04 17:42:06 02943_tokenbf_and_ngrambf_indexes_support_match_function: [ OK ] 0.90 sec. 2024-11-04 17:42:07 02935_ipv6_bit_operations: [ OK ] 0.41 sec. 2024-11-04 17:42:07 02931_ubsan_error_arena_aligned_alloc: [ OK ] 0.35 sec. 2024-11-04 17:42:08 02931_size_virtual_column_use_structure_from_insertion_table: [ OK ] 1.46 sec. 2024-11-04 17:42:08 02922_respect_nulls_parser: [ OK ] 0.95 sec. 2024-11-04 17:42:08 02931_file_cluster: [ OK ] 1.66 sec. 2024-11-04 17:42:08 02920_unary_operators_functions: [ OK ] 0.37 sec. 2024-11-04 17:42:08 02940_variant_text_deserialization: [ OK ] 2.88 sec. 2024-11-04 17:42:09 02968_file_log_multiple_read: [ OK ] 6.46 sec. 2024-11-04 17:42:09 02920_alter_column_of_projections: [ OK ] 1.08 sec. 2024-11-04 17:42:09 02918_parallel_replicas_custom_key_unavailable_replica: [ OK ] 0.70 sec. 2024-11-04 17:42:09 02918_join_pm_lc_crash: [ OK ] 0.65 sec. 2024-11-04 17:42:10 02911_join_on_nullsafe_optimization: [ OK ] 0.94 sec. 2024-11-04 17:42:10 02918_sqlite_path_check: [ OK ] 1.90 sec. 2024-11-04 17:42:10 02920_capnp_protobuf_auto_schema_nested: [ OK ] 2.39 sec. 2024-11-04 17:42:11 02915_input_table_function_in_subquery: [ OK ] 2.01 sec. 2024-11-04 17:42:11 02906_flatten_only_true_nested: [ OK ] 0.43 sec. 2024-11-04 17:42:11 02932_kill_query_sleep: [ OK ] 5.22 sec. 2024-11-04 17:42:12 02910_replicated_merge_parameters_must_consistent: [ OK ] 1.25 sec. 2024-11-04 17:42:12 02905_show_setting_query: [ OK ] 0.51 sec. 2024-11-04 17:42:12 02911_analyzer_order_by_read_in_order_query_plan: [ OK ] 3.06 sec. 2024-11-04 17:42:13 02902_select_subcolumns_from_engine_null: [ OK ] 0.46 sec. 2024-11-04 17:42:13 02907_read_buffer_content_is_cached_multiple_blobs: [ OK ] 2.41 sec. 2024-11-04 17:42:13 02907_http_exception_json_bug: [ OK ] 3.20 sec. 2024-11-04 17:42:14 02905_system_logs_hostname: [ OK ] 2.24 sec. 2024-11-04 17:42:14 02896_optimize_array_exists_to_has_with_date: [ OK ] 0.41 sec. 2024-11-04 17:42:14 02900_date_time_check_overflow: [ OK ] 1.27 sec. 2024-11-04 17:42:14 02893_trash_optimization: [ OK ] 0.44 sec. 2024-11-04 17:42:14 02903_client_insert_in_background: [ OK ] 2.41 sec. 2024-11-04 17:42:14 02892_SummingMergeTree_Nested: [ OK ] 0.61 sec. 2024-11-04 17:42:15 02892_rocksdb_trivial_count: [ OK ] 0.66 sec. 2024-11-04 17:42:15 02891_alter_update_adaptive_granularity: [ OK ] 0.61 sec. 2024-11-04 17:42:15 02890_partition_prune_in_extra_columns: [ OK ] 0.52 sec. 2024-11-04 17:42:15 02891_rename_table_without_keyword: [ OK ] 0.81 sec. 2024-11-04 17:42:15 02890_untuple_column_names: [ OK ] 0.93 sec. 2024-11-04 17:42:16 02898_input_format_values_allow_data_after_semicolon: [ OK ] 2.73 sec. 2024-11-04 17:42:16 02888_single_state_nullable_type: [ OK ] 0.40 sec. 2024-11-04 17:42:16 02884_parallel_window_functions: [ SKIPPED ] 0.00 sec. - not running for current build 2024-11-04 17:42:16 02888_obsolete_settings: [ OK ] 0.55 sec. 2024-11-04 17:42:16 02884_duplicate_index_name: [ OK ] 0.39 sec. 2024-11-04 17:42:16 02905_csv_unquoted_string_with_cr: [ OK ] 4.32 sec. 2024-11-04 17:42:16 02885_create_distributed_table_without_as: [ OK ] 0.55 sec. 2024-11-04 17:42:16 02881_system_detached_parts_modification_time: [ OK ] 0.70 sec. 2024-11-04 17:42:17 02875_fix_column_decimal_serialization: [ OK ] 0.57 sec. 2024-11-04 17:42:17 02874_infer_objects_as_named_tuples: [ OK ] 0.66 sec. 2024-11-04 17:42:17 02871_multiple_joins_rewriter_v2_handle_last_table_columns: [ OK ] 0.49 sec. 2024-11-04 17:42:17 02869_unicode_minus: [ OK ] 0.42 sec. 2024-11-04 17:42:18 02878_use_structure_from_insertion_table_with_explicit_insert_columns: [ OK ] 1.96 sec. 2024-11-04 17:42:19 02869_parallel_replicas_read_from_several: [ OK ] 2.31 sec. 2024-11-04 17:42:19 02889_file_log_save_errors: [ OK ] 4.52 sec. 2024-11-04 17:42:19 02842_table_function_file_filter_by_virtual_columns: [ OK ] 2.05 sec. 2024-11-04 17:42:19 02863_non_const_timezone_check: [ OK ] 2.26 sec. 2024-11-04 17:42:20 02842_move_pk_to_end_of_prewhere: [ OK ] 1.81 sec. 2024-11-04 17:42:21 02840_grace_hash_join_structure_mismatch: [ OK ] 1.23 sec. 2024-11-04 17:42:22 02836_file_diagnostics_while_reading_header: [ OK ] 2.23 sec. 2024-11-04 17:42:22 02834_add_sub_date_functions: [ OK ] 2.72 sec. 2024-11-04 17:42:23 02833_tuple_concat: [ OK ] 1.28 sec. 2024-11-04 17:42:23 02832_integer_type_inference: [ OK ] 0.72 sec. 2024-11-04 17:42:23 02841_not_ready_set_bug: [ OK ] 3.93 sec. 2024-11-04 17:42:24 02832_transform_fixed_string_no_default: [ OK ] 0.59 sec. 2024-11-04 17:42:24 02831_trash: [ OK ] 0.52 sec. 2024-11-04 17:42:24 02842_mutations_replace_non_deterministic: [ OK ] 5.15 sec. 2024-11-04 17:42:24 02818_parameterized_view_with_cte_multiple_usage: [ OK ] 0.74 sec. 2024-11-04 17:42:25 02815_logical_error_cannot_get_column_name_of_set: [ OK ] 0.65 sec. 2024-11-04 17:42:25 02814_create_index_uniq_noop: [ OK ] 0.36 sec. 2024-11-04 17:42:25 02814_order_by_tuple_window_function: [ OK ] 0.46 sec. 2024-11-04 17:42:25 02831_regexp_analyze_recursion: [ OK ] 2.23 sec. 2024-11-04 17:42:26 02813_any_value: [ OK ] 0.59 sec. 2024-11-04 17:42:26 02872_null_as_default_nested: [ OK ] 10.04 sec. 2024-11-04 17:42:26 02813_array_concat_agg: [ OK ] 0.67 sec. 2024-11-04 17:42:27 02812_csv_date_time_with_comma: [ OK ] 0.53 sec. 2024-11-04 17:42:27 02812_large_varints: [ OK ] 0.69 sec. 2024-11-04 17:42:27 02810_convert_uuid_to_uint128: [ OK ] 0.83 sec. 2024-11-04 17:42:27 02810_system_jemalloc_bins: [ OK ] 0.69 sec. 2024-11-04 17:42:28 02810_fix_remove_dedundant_distinct_view: [ OK ] 0.75 sec. 2024-11-04 17:42:28 02808_aliases_inside_case: [ OK ] 0.46 sec. 2024-11-04 17:42:28 02814_currentDatabase_for_table_functions: [ OK ] 3.56 sec. 2024-11-04 17:42:28 02802_with_cube_with_totals: [ OK ] 0.47 sec. 2024-11-04 17:42:28 02809_has_subsequence: [ OK ] 1.37 sec. 2024-11-04 17:42:29 02801_transform_nullable: [ OK ] 0.65 sec. 2024-11-04 17:42:29 02795_full_join_assert_cast: [ OK ] 0.50 sec. 2024-11-04 17:42:30 02791_predicate_pushdown_different_types: [ OK ] 0.47 sec. 2024-11-04 17:42:30 02800_clickhouse_local_default_settings: [ OK ] 1.56 sec. 2024-11-04 17:42:30 02790_fix_coredump_when_compile_expression: [ OK ] 0.41 sec. 2024-11-04 17:42:31 02789_jit_cannot_convert_column: [ OK ] 0.45 sec. 2024-11-04 17:42:31 02789_functions_after_sorting_and_columns_with_same_names_bug_2: [ OK ] 0.70 sec. 2024-11-04 17:42:31 02798_substring_index: [ OK ] 2.27 sec. 2024-11-04 17:42:31 02784_move_all_conditions_to_prewhere_analyzer_asan: [ OK ] 0.52 sec. 2024-11-04 17:42:31 02785_global_join_too_many_columns: [ OK ] 0.60 sec. 2024-11-04 17:42:32 02783_parsedatetimebesteffort_syslog: [ OK ] 0.53 sec. 2024-11-04 17:42:32 02783_max_bytes_to_read_in_schema_inference: [ OK ] 0.52 sec. 2024-11-04 17:42:32 02771_jit_functions_comparison_crash: [ OK ] 0.62 sec. 2024-11-04 17:42:33 02815_join_algorithm_setting: [ OK ] 8.93 sec. 2024-11-04 17:42:35 02806_system_parts_columns_modification_time: [ OK ] 6.86 sec. 2024-11-04 17:42:35 02834_remote_session_log: [ OK ] 13.98 sec. 2024-11-04 17:42:35 02752_is_null_priority: [ OK ] 0.51 sec. 2024-11-04 17:42:35 02767_into_outfile_extensions_msan: [ OK ] 1.70 sec. 2024-11-04 17:42:37 02771_system_user_processes: [ OK ] 4.56 sec. 2024-11-04 17:42:38 02735_array_map_array_of_tuples: [ OK ] 0.58 sec. 2024-11-04 17:42:40 02752_forbidden_headers: [ OK ] 4.97 sec. 2024-11-04 17:42:40 02737_session_timezone: [ OK ] 4.79 sec. 2024-11-04 17:42:40 02740_hashed_dictionary_load_factor_smoke: [ OK ] 5.09 sec. 2024-11-04 17:42:41 02717_pretty_json: [ OK ] 0.48 sec. 2024-11-04 17:42:41 02715_or_null: [ OK ] 0.49 sec. 2024-11-04 17:42:41 02722_matcher_join_use_nulls: [ OK ] 3.07 sec. 2024-11-04 17:42:41 02711_trim_aliases: [ OK ] 0.48 sec. 2024-11-04 17:42:41 02710_topk_with_empty_array: [ OK ] 0.44 sec. 2024-11-04 17:42:41 02710_date_diff_aliases: [ OK ] 0.44 sec. 2024-11-04 17:42:41 02781_data_skipping_index_merge_tree_min_for_seek: [ OK ] 9.48 sec. 2024-11-04 17:42:42 02707_keeper_map_delete_update_strict: [ OK ] 0.90 sec. 2024-11-04 17:42:43 02706_kolmogorov_smirnov_test: [ OK ] 1.23 sec. 2024-11-04 17:42:43 02708_dotProduct: [ OK ] 1.49 sec. 2024-11-04 17:42:43 02700_regexp_operator: [ OK ] 0.40 sec. 2024-11-04 17:42:43 02704_storage_merge_explain_graph_crash: [ OK ] 0.56 sec. 2024-11-04 17:42:43 02699_polygons_sym_difference_total_analyzer: [ OK ] 0.46 sec. 2024-11-04 17:42:44 02698_marked_dropped_tables: [ OK ] 0.46 sec. 2024-11-04 17:42:44 02718_cli_dashed_options_parsing: [ OK ] 4.02 sec. 2024-11-04 17:42:44 02693_multiple_joins_in: [ OK ] 0.54 sec. 2024-11-04 17:42:44 02694_wrong_identifier_shouldnt_be_accepted: [ OK ] 0.87 sec. 2024-11-04 17:42:44 02692_multiple_joins_unicode: [ OK ] 0.62 sec. 2024-11-04 17:42:45 02691_multiple_joins_backtick_identifiers: [ OK ] 0.64 sec. 2024-11-04 17:42:45 02688_long_aggregate_function_names: [ OK ] 0.61 sec. 2024-11-04 17:42:45 02689_meaningless_data_types: [ OK ] 0.80 sec. 2024-11-04 17:42:46 02677_get_subcolumn_array_of_tuples: [ OK ] 0.55 sec. 2024-11-04 17:42:46 02675_is_ipv6_function_fix: [ OK ] 0.41 sec. 2024-11-04 17:42:46 02674_null_default_structure: [ OK ] 0.44 sec. 2024-11-04 17:42:47 02668_column_block_number_vertical_merge: [ OK ] 1.01 sec. 2024-11-04 17:42:47 02681_aggregation_by_partitions_bug: [ OK ] 1.78 sec. 2024-11-04 17:42:50 02597_column_update_and_replication: [ OK ] 3.12 sec. 2024-11-04 17:42:51 02704_keeper_map_zk_nodes: [ OK ] 8.76 sec. 2024-11-04 17:42:53 02704_max_backup_bandwidth: [ OK ] 11.47 sec. 2024-11-04 17:42:53 02581_width_bucket: [ OK ] 1.93 sec. 2024-11-04 17:42:53 02577_analyzer_array_join_calc_twice: [ OK ] 0.41 sec. 2024-11-04 17:42:54 02575_merge_prewhere_default_expression: [ OK ] 0.61 sec. 2024-11-04 17:42:54 02575_merge_prewhere_ephemeral: [ OK ] 0.69 sec. 2024-11-04 17:42:55 02573_insert_null_as_default_null_as_empty_nested: [ OK ] 1.29 sec. 2024-11-04 17:42:56 02784_connection_string: [ OK ] 24.82 sec. 2024-11-04 17:42:56 02568_json_array_length: [ OK ] 0.58 sec. 2024-11-04 17:42:57 02572_materialized_views_ignore_errors: [ OK ] 2.68 sec. 2024-11-04 17:42:57 02568_and_consistency: [ OK ] 0.61 sec. 2024-11-04 17:42:57 02943_variant_type_with_different_local_and_global_order: [ OK ] 52.41 sec. 2024-11-04 17:42:59 02566_analyzer_limit_settings_distributed: [ OK ] 1.91 sec. 2024-11-04 17:42:59 02561_with_fill_date_datetime_incompatible: [ OK ] 0.76 sec. 2024-11-04 17:43:00 02563_arrow_low_cardinality_bug: [ OK ] 2.93 sec. 2024-11-04 17:43:00 02560_count_digits: [ OK ] 0.94 sec. 2024-11-04 17:43:03 02560_regexp_denial_of_service: [ OK ] 3.61 sec. 2024-11-04 17:43:04 02590_interserver_mode_client_info_initial_query_start_time: [ OK ] 14.11 sec. 2024-11-04 17:43:04 02661_read_from_archive_7z: [ OK ] 17.97 sec. 2024-11-04 17:43:04 02572_query_views_log_background_thread: [ OK ] 9.20 sec. 2024-11-04 17:43:04 02561_temporary_table_grants: [ OK ] 7.05 sec. 2024-11-04 17:43:04 02558_system_processes_elapsed: [ OK ] 3.76 sec. 2024-11-04 17:43:04 02661_read_from_archive_tarxz: [ OK ] 17.55 sec. 2024-11-04 17:43:05 02553_type_object_analyzer: [ OK ] 0.66 sec. 2024-11-04 17:43:05 02552_regression_crash: [ OK ] 0.57 sec. 2024-11-04 17:43:05 02552_client_format_settings: [ OK ] 0.51 sec. 2024-11-04 17:43:05 02542_table_function_format: [ OK ] 0.59 sec. 2024-11-04 17:43:05 02556_local_with_totals_and_extremes: [ OK ] 1.51 sec. 2024-11-04 17:43:05 02534_join_prewhere_bug: [ OK ] 0.73 sec. 2024-11-04 17:43:05 02534_s3_heap_use_after_free: [ OK ] 0.50 sec. 2024-11-04 17:43:05 02530_ip_part_id: [ OK ] 0.53 sec. 2024-11-04 17:43:05 02532_analyzer_aggregation_with_rollup: [ OK ] 0.70 sec. 2024-11-04 17:43:06 02521_analyzer_aggregation_without_column: [ OK ] 0.48 sec. 2024-11-04 17:43:06 02525_different_engines_in_temporary_tables: [ OK ] 0.84 sec. 2024-11-04 17:43:06 02521_grouping_sets_plus_memory_efficient_aggr: [ OK ] 1.10 sec. 2024-11-04 17:43:06 02517_uuid_parsing: [ OK ] 0.51 sec. 2024-11-04 17:43:06 02516_projections_and_context: [ OK ] 0.74 sec. 2024-11-04 17:43:07 02515_projections_with_totals: [ OK ] 0.52 sec. 2024-11-04 17:43:07 02514_bad_index_granularity: [ OK ] 0.58 sec. 2024-11-04 17:43:07 02523_array_shuffle: [ OK ] 1.94 sec. 2024-11-04 17:43:07 02512_array_join_name_resolution: [ OK ] 0.74 sec. 2024-11-04 17:43:08 02518_parquet_arrow_orc_boolean_value: [ OK ] 2.41 sec. 2024-11-04 17:43:08 02513_prewhere_combine_step_filters: [ OK ] 1.57 sec. 2024-11-04 17:43:08 02504_parse_datetime_best_effort_calebeaires: [ OK ] 1.09 sec. 2024-11-04 17:43:08 02503_mysql_compat_utc_timestamp: [ OK ] 0.41 sec. 2024-11-04 17:43:08 02508_index_analysis_to_date_timezone: [ OK ] 1.56 sec. 2024-11-04 17:43:09 02501_analyzer_expired_context_crash_fix: [ OK ] 0.85 sec. 2024-11-04 17:43:09 02498_analyzer_settings_push_down: [ OK ] 0.78 sec. 2024-11-04 17:43:09 02503_bad_compatibility_setting: [ OK ] 1.72 sec. 2024-11-04 17:43:09 02499_quantile_nan_ubsan_msan: [ OK ] 1.05 sec. 2024-11-04 17:43:10 02500_analyzer_storage_view_crash_fix: [ OK ] 1.70 sec. 2024-11-04 17:43:10 02494_array_function_range: [ OK ] 0.74 sec. 2024-11-04 17:43:11 02497_source_part_is_intact_when_mutation: [ OK ] 1.53 sec. 2024-11-04 17:43:11 02517_infer_uint64_in_case_of_int64_overflow: [ OK ] 5.37 sec. 2024-11-04 17:43:11 02482_execute_functions_before_sorting_bug: [ OK ] 0.96 sec. 2024-11-04 17:43:11 02481_parquet_list_monotonically_increasing_offsets: [ SKIPPED ] 0.00 sec. - not running for current build 2024-11-04 17:43:11 02487_create_index_normalize_functions: [ OK ] 1.36 sec. 2024-11-04 17:43:12 02481_analyzer_optimize_grouping_sets_keys: [ OK ] 0.56 sec. 2024-11-04 17:43:12 02495_concat_with_separator: [ OK ] 2.68 sec. 2024-11-04 17:43:12 02539_vertical_merge_compact_parts: [ OK ] 8.13 sec. 2024-11-04 17:43:12 02481_xxh3_hash_function: [ OK ] 0.41 sec. 2024-11-04 17:43:13 02482_value_block_parsing: [ OK ] 2.00 sec. 2024-11-04 17:43:13 02477_is_null_parser: [ OK ] 0.47 sec. 2024-11-04 17:43:13 02478_projection_and_alter_low_cardinality: [ OK ] 0.94 sec. 2024-11-04 17:43:14 02473_map_element_nullable: [ OK ] 0.78 sec. 2024-11-04 17:43:14 02471_wrong_date_monotonicity: [ OK ] 0.62 sec. 2024-11-04 17:43:14 02481_merge_array_join_sample_by: [ OK ] 3.65 sec. 2024-11-04 17:43:14 02480_tets_show_full: [ OK ] 2.07 sec. 2024-11-04 17:43:15 02467_cross_join_three_table_functions: [ OK ] 0.58 sec. 2024-11-04 17:43:15 02463_julian_day_ubsan: [ OK ] 0.51 sec. 2024-11-04 17:43:16 02466_distributed_query_profiler: [ OK ] 1.49 sec. 2024-11-04 17:43:16 02481_parquet_int_list_multiple_chunks: [ OK ] 3.91 sec. 2024-11-04 17:43:16 02457_parse_date_time_best_effort: [ OK ] 1.24 sec. 2024-11-04 17:43:16 02456_test_zero_copy_mutation: [ OK ] 0.87 sec. 2024-11-04 17:43:16 02456_summing_mt_lc: [ OK ] 0.58 sec. 2024-11-04 17:43:16 02462_distributions: [ OK ] 1.75 sec. 2024-11-04 17:43:16 02456_BLAKE3_hash_function_test: [ OK ] 0.45 sec. 2024-11-04 17:43:16 02456_alter-nullable-column-bag-2: [ OK ] 0.74 sec. 2024-11-04 17:43:16 02455_count_state_asterisk: [ OK ] 0.54 sec. 2024-11-04 17:43:17 02454_compressed_marks_in_compact_part: [ OK ] 0.68 sec. 2024-11-04 17:43:17 02454_create_table_with_custom_disk: [ OK ] 0.75 sec. 2024-11-04 17:43:17 02452_check_low_cardinality: [ OK ] 0.73 sec. 2024-11-04 17:43:17 02451_variadic_null_garbage_data: [ OK ] 0.86 sec. 2024-11-04 17:43:18 02436_system_zookeeper_context: [ OK ] 0.69 sec. 2024-11-04 17:43:18 02428_partial_sort_optimization_bug: [ OK ] 0.64 sec. 2024-11-04 17:43:18 02428_decimal_in_floating_point_literal: [ OK ] 1.04 sec. 2024-11-04 17:43:18 02428_batch_nullable_assert: [ OK ] 0.52 sec. 2024-11-04 17:43:19 02426_create_suspicious_fixed_string: [ OK ] 0.45 sec. 2024-11-04 17:43:19 02426_to_string_nullable_fixedstring: [ OK ] 0.42 sec. 2024-11-04 17:43:19 02428_delete_with_settings: [ OK ] 1.80 sec. 2024-11-04 17:43:19 02426_pod_array_overflow_3: [ OK ] 0.51 sec. 2024-11-04 17:43:20 02426_orc_bug: [ OK ] 1.57 sec. 2024-11-04 17:43:20 02418_keeper_map_keys_limit: [ OK ] 1.06 sec. 2024-11-04 17:43:21 02409_url_format_detection: [ OK ] 0.43 sec. 2024-11-04 17:43:21 02416_rocksdb_delete_update: [ OK ] 0.98 sec. 2024-11-04 17:43:21 02420_stracktrace_debug_symbols: [ OK ] 2.06 sec. 2024-11-04 17:43:21 02407_array_element_from_map_wrong_type: [ OK ] 0.48 sec. 2024-11-04 17:43:22 02403_ttl_column_multiple_times: [ OK ] 0.61 sec. 2024-11-04 17:43:22 02403_big_http_chunk_size: [ OK ] 1.38 sec. 2024-11-04 17:43:22 02403_enable_extended_results_for_datetime_functions: [ OK ] 1.53 sec. 2024-11-04 17:43:23 02399_merge_tree_mutate_in_partition: [ OK ] 0.76 sec. 2024-11-04 17:43:23 02393_every_metric_must_have_documentation: [ OK ] 0.38 sec. 2024-11-04 17:43:23 02387_parse_date_as_datetime: [ OK ] 0.46 sec. 2024-11-04 17:43:23 02423_insert_summary_behaviour: [ OK ] 4.46 sec. 2024-11-04 17:43:23 02386_set_columns_order: [ OK ] 0.74 sec. 2024-11-04 17:43:23 02388_conversion_from_string_with_datetime64_to_date_and_date32: [ OK ] 0.88 sec. 2024-11-04 17:43:24 02381_parse_array_of_tuples: [ OK ] 0.55 sec. 2024-11-04 17:43:24 02383_analyzer_merge_tree_self_join: [ OK ] 1.24 sec. 2024-11-04 17:43:25 02381_arrow_dict_to_lc: [ OK ] 1.50 sec. 2024-11-04 17:43:26 02377_fix_file_virtual_column: [ OK ] 0.72 sec. 2024-11-04 17:43:27 02382_analyzer_matcher_join_using: [ OK ] 3.99 sec. 2024-11-04 17:43:29 02496_remove_redundant_sorting: [ OK ] 19.41 sec. 2024-11-04 17:43:32 02375_stack_trace_no_addresses: [ OK ] 2.92 sec. 2024-11-04 17:43:33 02375_pretty_formats: [ OK ] 1.00 sec. 2024-11-04 17:43:35 02377_majority_insert_quorum_zookeeper_long: [ OK ] 10.21 sec. 2024-11-04 17:43:35 02374_in_tuple_index: [ OK ] 1.67 sec. 2024-11-04 17:43:35 02375_rocksdb_with_filters: [ OK ] 7.52 sec. 2024-11-04 17:43:36 02373_progress_contain_result: [ OK ] 1.46 sec. 2024-11-04 17:43:36 02370_analyzer_in_function: [ OK ] 1.49 sec. 2024-11-04 17:43:36 02437_drop_mv_restart_replicas: [ OK ] 19.94 sec. 2024-11-04 17:43:37 02364_dictionary_datetime_64_attribute_crash: [ OK ] 0.83 sec. 2024-11-04 17:43:40 02360_send_logs_level_colors: [ OK ] 2.63 sec. 2024-11-04 17:43:41 02357_file_default_value: [ OK ] 0.65 sec. 2024-11-04 17:43:43 02366_kql_func_ip: [ OK ] 6.85 sec. 2024-11-04 17:43:43 02354_vector_search_queries: [ FAIL ] 2.69 sec. - result differs with reference: 2024-11-04 17:43:43 --- /usr/share/clickhouse-test/queries/0_stateless/02354_vector_search_queries.reference 2024-11-04 17:38:50.651030918 -0400 2024-11-04 17:43:43 +++ /tmp/clickhouse-test/0_stateless/02354_vector_search_queries.stdout 2024-11-04 17:43:43.864320072 -0400 2024-11-04 17:43:43 @@ -16,7 +16,7 @@ 2024-11-04 17:43:43 6 [0,2.1] 0.09999990463256836 2024-11-04 17:43:43 7 [0,2.2] 0.20000004768371582 2024-11-04 17:43:43 - Annoy: WHERE-type, EXPLAIN 2024-11-04 17:43:43 -Expression ((Projection + Before ORDER BY)) 2024-11-04 17:43:43 +Expression ((Project names + Projection)) 2024-11-04 17:43:43 Limit (preliminary LIMIT (without OFFSET)) 2024-11-04 17:43:43 Expression 2024-11-04 17:43:43 ReadFromMergeTree (default.tab_annoy) 2024-11-04 17:43:43 @@ -25,29 +25,19 @@ 2024-11-04 17:43:43 Condition: true 2024-11-04 17:43:43 Parts: 1/1 2024-11-04 17:43:43 Granules: 1/1 2024-11-04 17:43:43 - Skip 2024-11-04 17:43:43 - Name: idx 2024-11-04 17:43:43 - Description: annoy GRANULARITY 100000000 2024-11-04 17:43:43 - Parts: 1/1 2024-11-04 17:43:43 - Granules: 1/1 2024-11-04 17:43:43 - Annoy: ORDER-BY-type, EXPLAIN 2024-11-04 17:43:43 -Expression (Projection) 2024-11-04 17:43:43 +Expression (Project names) 2024-11-04 17:43:43 Limit (preliminary LIMIT (without OFFSET)) 2024-11-04 17:43:43 Sorting (Sorting for ORDER BY) 2024-11-04 17:43:43 - Expression (Before ORDER BY) 2024-11-04 17:43:43 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers))) 2024-11-04 17:43:43 ReadFromMergeTree (default.tab_annoy) 2024-11-04 17:43:43 Indexes: 2024-11-04 17:43:43 PrimaryKey 2024-11-04 17:43:43 Condition: true 2024-11-04 17:43:43 Parts: 1/1 2024-11-04 17:43:43 Granules: 1/1 2024-11-04 17:43:43 - Skip 2024-11-04 17:43:43 - Name: idx 2024-11-04 17:43:43 - Description: annoy GRANULARITY 100000000 2024-11-04 17:43:43 - Parts: 1/1 2024-11-04 17:43:43 - Granules: 1/1 2024-11-04 17:43:43 - Usearch: WHERE-type, EXPLAIN 2024-11-04 17:43:43 -Expression ((Projection + Before ORDER BY)) 2024-11-04 17:43:43 +Expression ((Project names + Projection)) 2024-11-04 17:43:43 Limit (preliminary LIMIT (without OFFSET)) 2024-11-04 17:43:43 Expression 2024-11-04 17:43:43 ReadFromMergeTree (default.tab_usearch) 2024-11-04 17:43:43 @@ -56,27 +46,17 @@ 2024-11-04 17:43:43 Condition: true 2024-11-04 17:43:43 Parts: 1/1 2024-11-04 17:43:43 Granules: 1/1 2024-11-04 17:43:43 - Skip 2024-11-04 17:43:43 - Name: idx 2024-11-04 17:43:43 - Description: usearch GRANULARITY 100000000 2024-11-04 17:43:43 - Parts: 1/1 2024-11-04 17:43:43 - Granules: 1/1 2024-11-04 17:43:43 - Usearch: ORDER-BY-type, EXPLAIN 2024-11-04 17:43:43 -Expression (Projection) 2024-11-04 17:43:43 +Expression (Project names) 2024-11-04 17:43:43 Limit (preliminary LIMIT (without OFFSET)) 2024-11-04 17:43:43 Sorting (Sorting for ORDER BY) 2024-11-04 17:43:43 - Expression (Before ORDER BY) 2024-11-04 17:43:43 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers))) 2024-11-04 17:43:43 ReadFromMergeTree (default.tab_usearch) 2024-11-04 17:43:43 Indexes: 2024-11-04 17:43:43 PrimaryKey 2024-11-04 17:43:43 Condition: true 2024-11-04 17:43:43 Parts: 1/1 2024-11-04 17:43:43 Granules: 1/1 2024-11-04 17:43:43 - Skip 2024-11-04 17:43:43 - Name: idx 2024-11-04 17:43:43 - Description: usearch GRANULARITY 100000000 2024-11-04 17:43:43 - Parts: 1/1 2024-11-04 17:43:43 - Granules: 1/1 2024-11-04 17:43:43 ARRAY vectors, 12 rows, index_granularity = 3, GRANULARITY = 2 --> 4 granules, 2 indexed block 2024-11-04 17:43:43 - Annoy: WHERE-type 2024-11-04 17:43:43 6 [0,2] 0 2024-11-04 17:43:43 @@ -95,7 +75,7 @@ 2024-11-04 17:43:43 7 [0,2.1] 0.09999990463256836 2024-11-04 17:43:43 8 [0,2.2] 0.20000004768371582 2024-11-04 17:43:43 - Annoy: WHERE-type, EXPLAIN 2024-11-04 17:43:43 -Expression ((Projection + Before ORDER BY)) 2024-11-04 17:43:43 +Expression ((Project names + Projection)) 2024-11-04 17:43:43 Limit (preliminary LIMIT (without OFFSET)) 2024-11-04 17:43:43 Expression 2024-11-04 17:43:43 ReadFromMergeTree (default.tab_annoy) 2024-11-04 17:43:43 @@ -104,29 +84,19 @@ 2024-11-04 17:43:43 Condition: true 2024-11-04 17:43:43 Parts: 1/1 2024-11-04 17:43:43 Granules: 4/4 2024-11-04 17:43:43 - Skip 2024-11-04 17:43:43 - Name: idx 2024-11-04 17:43:43 - Description: annoy GRANULARITY 2 2024-11-04 17:43:43 - Parts: 1/1 2024-11-04 17:43:43 - Granules: 1/4 2024-11-04 17:43:43 - Annoy: ORDER-BY-type, EXPLAIN 2024-11-04 17:43:43 -Expression (Projection) 2024-11-04 17:43:43 +Expression (Project names) 2024-11-04 17:43:43 Limit (preliminary LIMIT (without OFFSET)) 2024-11-04 17:43:43 Sorting (Sorting for ORDER BY) 2024-11-04 17:43:43 - Expression (Before ORDER BY) 2024-11-04 17:43:43 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers))) 2024-11-04 17:43:43 ReadFromMergeTree (default.tab_annoy) 2024-11-04 17:43:43 Indexes: 2024-11-04 17:43:43 PrimaryKey 2024-11-04 17:43:43 Condition: true 2024-11-04 17:43:43 Parts: 1/1 2024-11-04 17:43:43 Granules: 4/4 2024-11-04 17:43:43 - Skip 2024-11-04 17:43:43 - Name: idx 2024-11-04 17:43:43 - Description: annoy GRANULARITY 2 2024-11-04 17:43:43 - Parts: 1/1 2024-11-04 17:43:43 - Granules: 2/4 2024-11-04 17:43:43 - Usearch: WHERE-type, EXPLAIN 2024-11-04 17:43:43 -Expression ((Projection + Before ORDER BY)) 2024-11-04 17:43:43 +Expression ((Project names + Projection)) 2024-11-04 17:43:43 Limit (preliminary LIMIT (without OFFSET)) 2024-11-04 17:43:43 Expression 2024-11-04 17:43:43 ReadFromMergeTree (default.tab_usearch) 2024-11-04 17:43:43 @@ -135,27 +105,17 @@ 2024-11-04 17:43:43 Condition: true 2024-11-04 17:43:43 Parts: 1/1 2024-11-04 17:43:43 Granules: 4/4 2024-11-04 17:43:43 - Skip 2024-11-04 17:43:43 - Name: idx 2024-11-04 17:43:43 - Description: usearch GRANULARITY 2 2024-11-04 17:43:43 - Parts: 1/1 2024-11-04 17:43:43 - Granules: 1/4 2024-11-04 17:43:43 - Usearch: ORDER-BY-type, EXPLAIN 2024-11-04 17:43:43 -Expression (Projection) 2024-11-04 17:43:43 +Expression (Project names) 2024-11-04 17:43:43 Limit (preliminary LIMIT (without OFFSET)) 2024-11-04 17:43:43 Sorting (Sorting for ORDER BY) 2024-11-04 17:43:43 - Expression (Before ORDER BY) 2024-11-04 17:43:43 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers))) 2024-11-04 17:43:43 ReadFromMergeTree (default.tab_usearch) 2024-11-04 17:43:43 Indexes: 2024-11-04 17:43:43 PrimaryKey 2024-11-04 17:43:43 Condition: true 2024-11-04 17:43:43 Parts: 1/1 2024-11-04 17:43:43 Granules: 4/4 2024-11-04 17:43:43 - Skip 2024-11-04 17:43:43 - Name: idx 2024-11-04 17:43:43 - Description: usearch GRANULARITY 2 2024-11-04 17:43:43 - Parts: 1/1 2024-11-04 17:43:43 - Granules: 2/4 2024-11-04 17:43:43 TUPLE vectors and special cases 2024-11-04 17:43:43 - Annoy: WHERE-type 2024-11-04 17:43:43 0 (4.6,2.3) 0.5527864045000421 2024-11-04 17:43:43 @@ -163,24 +123,27 @@ 2024-11-04 17:43:43 2 (4.2,3.4) 0.37080174340866845 2024-11-04 17:43:43 - Annoy: ORDER-BY-type 2024-11-04 17:43:43 6 (1,9.3) 0.005731362878640178 2024-11-04 17:43:43 +4 (2.4,5.2) 0.09204062768384846 2024-11-04 17:43:43 1 (2,3.2) 0.15200169244542905 2024-11-04 17:43:43 -7 (5.5,4.7) 0.3503476876550442 2024-11-04 17:43:43 - Usearch: WHERE-type 2024-11-04 17:43:43 0 (4.6,2.3) 0.5527864045000421 2024-11-04 17:43:43 1 (2,3.2) 0.15200169244542905 2024-11-04 17:43:43 2 (4.2,3.4) 0.37080174340866845 2024-11-04 17:43:43 - Usearch: ORDER-BY-type 2024-11-04 17:43:43 6 (1,9.3) 0.005731362878640178 2024-11-04 17:43:43 +4 (2.4,5.2) 0.09204062768384846 2024-11-04 17:43:43 1 (2,3.2) 0.15200169244542905 2024-11-04 17:43:43 -7 (5.5,4.7) 0.3503476876550442 2024-11-04 17:43:43 - Special case: MaximumDistance is negative 2024-11-04 17:43:43 - Special case: MaximumDistance is negative 2024-11-04 17:43:43 - Special case: setting "annoy_index_search_k_nodes" 2024-11-04 17:43:43 +6 (1,9.3) 0.005731362878640178 2024-11-04 17:43:43 +4 (2.4,5.2) 0.09204062768384846 2024-11-04 17:43:43 +1 (2,3.2) 0.15200169244542905 2024-11-04 17:43:43 - Special case: setting "max_limit_for_ann_queries" 2024-11-04 17:43:43 -Expression (Projection) 2024-11-04 17:43:43 +Expression (Project names) 2024-11-04 17:43:43 Limit (preliminary LIMIT (without OFFSET)) 2024-11-04 17:43:43 Sorting (Sorting for ORDER BY) 2024-11-04 17:43:43 - Expression (Before ORDER BY) 2024-11-04 17:43:43 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers))) 2024-11-04 17:43:43 ReadFromMergeTree (default.tab_annoy) 2024-11-04 17:43:43 Indexes: 2024-11-04 17:43:43 PrimaryKey 2024-11-04 17:43:43 @@ -188,10 +151,10 @@ 2024-11-04 17:43:43 Parts: 1/1 2024-11-04 17:43:43 Granules: 4/4 2024-11-04 17:43:43 - Special case: setting "max_limit_for_ann_queries" 2024-11-04 17:43:43 -Expression (Projection) 2024-11-04 17:43:43 +Expression (Project names) 2024-11-04 17:43:43 Limit (preliminary LIMIT (without OFFSET)) 2024-11-04 17:43:43 Sorting (Sorting for ORDER BY) 2024-11-04 17:43:43 - Expression (Before ORDER BY) 2024-11-04 17:43:43 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers))) 2024-11-04 17:43:43 ReadFromMergeTree (default.tab_usearch) 2024-11-04 17:43:43 Indexes: 2024-11-04 17:43:43 PrimaryKey 2024-11-04 17:43:43 2024-11-04 17:43:43 2024-11-04 17:43:43 Settings used in the test: --max_insert_threads 0 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 14244076 --max_read_buffer_size 1016194 --prefer_localhost_replica 0 --max_block_size 95288 --max_threads 8 --optimize_append_index 0 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 96 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 31640044 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method mmap --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 0 --compile_sort_description 0 --merge_tree_coarse_index_granularity 9 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 2997865367 --min_compress_block_size 444899 --max_compress_block_size 1324792 --merge_tree_compact_parts_min_granules_to_multibuffer_read 55 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 9096752 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Africa/Juba --prefer_warmed_unmerged_parts_seconds 5 --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.4 2024-11-04 17:43:43 2024-11-04 17:43:43 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 1 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 91 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 922949045 --index_granularity_bytes 10053693 --merge_max_block_size 9707 --index_granularity 39969 --min_bytes_for_wide_part 0 --marks_compress_block_size 80052 --primary_key_compress_block_size 18968 --replace_long_file_name_to_hash 1 --max_file_name_length 93 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 438968847 --compact_parts_max_granules_to_buffer 14 --compact_parts_merge_max_bytes_to_prefetch_part 11689874 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 80 --old_parts_lifetime 427 2024-11-04 17:43:43 2024-11-04 17:43:43 Database: test_7ipjzc8c 2024-11-04 17:43:44 02354_vector_search_default_granularity: [ OK ] 1.27 sec. 2024-11-04 17:43:45 02377_optimize_sorting_by_input_stream_properties_explain: [ OK ] 19.28 sec. 2024-11-04 17:43:46 02380_insert_mv_race: [ OK ] 21.56 sec. 2024-11-04 17:43:47 02346_inverted_index_bug47393: [ OK ] 1.09 sec. 2024-11-04 17:43:48 02346_inverted_index_bug52019: [ OK ] 1.39 sec. 2024-11-04 17:43:49 02346_position_countsubstrings_zero_byte: [ OK ] 0.94 sec. 2024-11-04 17:43:54 02346_into_outfile_and_stdout: [ OK ] 4.33 sec. 2024-11-04 17:43:56 02352_lightweight_delete_on_replicated_merge_tree: [ OK ] 11.38 sec. 2024-11-04 17:43:57 02374_analyzer_join_using: [ OK ] 22.23 sec. 2024-11-04 17:43:57 02370_lost_part_intersecting_merges: [ OK ] 21.13 sec. 2024-11-04 17:43:57 02345_partial_sort_transform_optimization: [ OK ] 1.44 sec. 2024-11-04 17:43:57 02343_create_empty_as_select: [ OK ] 0.61 sec. 2024-11-04 17:43:58 02337_check_translate_qualified_names_matcher: [ OK ] 0.45 sec. 2024-11-04 17:43:58 02337_multiple_joins_original_names: [ OK ] 0.66 sec. 2024-11-04 17:44:01 02320_mapped_array_witn_const_nullable: [ OK ] 2.45 sec. 2024-11-04 17:44:02 02343_group_by_use_nulls_distributed: [ OK ] 4.86 sec. 2024-11-04 17:44:03 02319_dict_get_check_arguments_size: [ OK ] 2.57 sec. 2024-11-04 17:44:04 02317_functions_with_nothing: [ OK ] 0.54 sec. 2024-11-04 17:44:04 02324_compatibility_setting: [ OK ] 6.21 sec. 2024-11-04 17:44:05 02317_like_with_trailing_escape: [ OK ] 0.72 sec. 2024-11-04 17:44:06 02316_expressions_with_window_functions: [ OK ] 1.08 sec. 2024-11-04 17:44:07 02316_cast_to_ip_address_default_column: [ OK ] 1.05 sec. 2024-11-04 17:44:10 02316_hierarchical_dictionaries_nullable_parent_key: [ OK ] 2.84 sec. 2024-11-04 17:44:11 02311_range_hashed_dictionary_range_cast: [ OK ] 0.68 sec. 2024-11-04 17:44:13 02310_profile_events_insert: [ OK ] 1.96 sec. 2024-11-04 17:44:13 02307_join_get_array_null: [ OK ] 0.45 sec. 2024-11-04 17:44:16 02319_no_columns_in_row_level_filter: [ OK ] 13.86 sec. 2024-11-04 17:44:16 02317_distinct_in_order_optimization: [ OK ] 12.42 sec. 2024-11-04 17:44:17 02296_nullable_arguments_in_array_filter: [ OK ] 0.41 sec. 2024-11-04 17:44:17 02302_clash_const_aggegate_join: [ OK ] 0.87 sec. 2024-11-04 17:44:17 02347_rank_corr_size_overflow: [ OK ] 32.04 sec. 2024-11-04 17:44:18 02291_join_const_literal_36279: [ OK ] 0.78 sec. 2024-11-04 17:44:18 02305_schema_inference_with_globs: [ OK ] 4.84 sec. 2024-11-04 17:44:19 02352_lightweight_delete: [ OK ] 35.32 sec. 2024-11-04 17:44:20 02286_vertical_merges_missed_column: [ OK ] 0.69 sec. 2024-11-04 17:44:20 02286_convert_decimal_type: [ OK ] 0.40 sec. 2024-11-04 17:44:20 02294_nothing_arguments_in_functions_errors: [ OK ] 3.67 sec. 2024-11-04 17:44:21 02285_hex_bin_support_more_types: [ OK ] 0.83 sec. 2024-11-04 17:44:23 02294_floating_point_second_in_settings: [ OK ] 6.38 sec. 2024-11-04 17:44:26 02267_join_dup_columns_issue36199: [ OK ] 2.81 sec. 2024-11-04 17:44:27 02270_client_name: [ OK ] 5.79 sec. 2024-11-04 17:44:27 02270_errors_in_files: [ OK ] 7.02 sec. 2024-11-04 17:44:28 02250_insert_select_from_file_schema_inference: [ OK ] 0.60 sec. 2024-11-04 17:44:29 02249_insert_select_from_input_schema_inference: [ OK ] 0.77 sec. 2024-11-04 17:44:31 02245_weird_partitions_pruning: [ OK ] 2.03 sec. 2024-11-04 17:44:31 02250_hints_for_columns: [ OK ] 4.55 sec. 2024-11-04 17:44:33 02244_ip_address_invalid_insert: [ OK ] 1.78 sec. 2024-11-04 17:44:34 02243_ipv6_long_parsing: [ OK ] 0.74 sec. 2024-11-04 17:44:34 02967_parallel_replicas_join_algo_and_analyzer: [ OK ] 151.41 sec. 2024-11-04 17:44:34 02240_get_type_serialization_streams: [ OK ] 0.60 sec. 2024-11-04 17:44:34 02243_arrow_read_null_type_to_nullable_column: [ OK ] 3.22 sec. 2024-11-04 17:44:35 02253_empty_part_checksums: [ OK ] 8.28 sec. 2024-11-04 17:44:35 02236_explain_pipeline_join: [ OK ] 0.49 sec. 2024-11-04 17:44:35 02233_with_total_empty_chunk: [ OK ] 0.48 sec. 2024-11-04 17:44:36 02232_partition_pruner_single_point: [ OK ] 0.47 sec. 2024-11-04 17:44:36 02232_partition_pruner_mixed_constant_type: [ OK ] 0.47 sec. 2024-11-04 17:44:36 02233_HTTP_ranged: [ OK ] 1.87 sec. 2024-11-04 17:44:37 02231_hierarchical_dictionaries_constant: [ OK ] 0.90 sec. 2024-11-04 17:44:40 02286_parallel_final: [ OK ] 21.78 sec. 2024-11-04 17:44:40 02227_test_create_empty_sqlite_db: [ OK ] 2.52 sec. 2024-11-04 17:44:40 02346_inverted_index_search: [ OK ] 46.65 sec. 2024-11-04 17:44:40 02226_in_untuple_issue_34810: [ OK ] 0.62 sec. 2024-11-04 17:44:41 02224_s2_test_const_columns: [ OK ] 0.54 sec. 2024-11-04 17:44:41 02226_low_cardinality_text_bloom_filter_index: [ OK ] 1.25 sec. 2024-11-04 17:44:41 02223_h3_test_const_columns: [ OK ] 1.08 sec. 2024-11-04 17:44:42 02210_append_to_dev_dull: [ OK ] 0.40 sec. 2024-11-04 17:44:42 02209_short_circuit_node_without_parents: [ OK ] 0.40 sec. 2024-11-04 17:44:42 02207_key_condition_floats: [ OK ] 0.81 sec. 2024-11-04 17:44:43 02206_clickhouse_local_use_database: [ OK ] 1.57 sec. 2024-11-04 17:44:44 02240_protobuflist_format_persons: [ OK ] 9.81 sec. 2024-11-04 17:44:45 02205_HTTP_user_agent: [ OK ] 1.33 sec. 2024-11-04 17:44:45 02205_postgresql_functions: [ OK ] 1.68 sec. 2024-11-04 17:44:45 02206_format_override: [ OK ] 2.97 sec. 2024-11-04 17:44:46 02190_current_metrics_query: [ OK ] 0.40 sec. 2024-11-04 17:44:46 02187_test_final_and_limit_modifier: [ OK ] 0.47 sec. 2024-11-04 17:44:46 02184_ipv6_select_parsing: [ OK ] 0.48 sec. 2024-11-04 17:44:46 02184_ipv6_cast_test: [ OK ] 0.47 sec. 2024-11-04 17:44:46 02186_range_hashed_dictionary_intersecting_intervals: [ OK ] 0.77 sec. 2024-11-04 17:44:47 02210_processors_profile_log_2: [ OK ] 6.19 sec. 2024-11-04 17:44:47 02179_bool_type: [ OK ] 0.89 sec. 2024-11-04 17:44:47 02179_sparse_columns_detach: [ OK ] 1.19 sec. 2024-11-04 17:44:47 02183_array_tuple_literals_remote: [ OK ] 1.40 sec. 2024-11-04 17:44:48 02167_columns_with_dots_default_values: [ OK ] 0.51 sec. 2024-11-04 17:44:48 02165_h3_exact_edge_length_Km: [ OK ] 0.53 sec. 2024-11-04 17:44:48 02165_h3_exact_edge_length_m: [ OK ] 0.58 sec. 2024-11-04 17:44:48 02176_dict_get_has_implicit_key_cast: [ OK ] 1.46 sec. 2024-11-04 17:44:49 02162_range_hashed_dictionary_ddl_expression: [ OK ] 0.51 sec. 2024-11-04 17:44:49 02163_shard_num: [ OK ] 1.04 sec. 2024-11-04 17:44:49 02160_h3_cell_area_rads2: [ OK ] 0.56 sec. 2024-11-04 17:44:50 02160_h3_cell_area_m2: [ OK ] 0.53 sec. 2024-11-04 17:44:50 02160_special_functions: [ OK ] 0.80 sec. 2024-11-04 17:44:51 02165_replicated_grouping_sets: [ OK ] 3.04 sec. 2024-11-04 17:44:51 02160_h3_hex_area_Km2: [ OK ] 0.65 sec. 2024-11-04 17:44:51 02158_contingency: [ OK ] 0.65 sec. 2024-11-04 17:44:52 02481_async_insert_dedup: [ OK ] 100.47 sec. 2024-11-04 17:44:52 02160_client_autocomplete_parse_query: [ OK ] 3.14 sec. 2024-11-04 17:44:53 02152_csv_tuple: [ OK ] 0.73 sec. 2024-11-04 17:44:53 02155_h3_to_center_child: [ OK ] 2.16 sec. 2024-11-04 17:44:53 02160_untuple_exponential_growth: [ OK ] 3.41 sec. 2024-11-04 17:44:54 02153_clickhouse_local_profile_info: [ OK ] 1.65 sec. 2024-11-04 17:44:54 02151_clickhouse_client_hints: [ OK ] 1.41 sec. 2024-11-04 17:44:56 02136_kill_scalar_queries: [ OK ] 2.06 sec. 2024-11-04 17:44:56 02135_local_create_db: [ OK ] 1.69 sec. 2024-11-04 17:44:56 02131_remove_columns_in_subquery: [ OK ] 0.47 sec. 2024-11-04 17:44:57 02125_constant_if_condition_and_not_existing_column: [ OK ] 0.62 sec. 2024-11-04 17:44:57 02126_url_auth: [ OK ] 1.70 sec. 2024-11-04 17:44:59 02149_schema_inference_formats_with_schema_3: [ OK ] 6.12 sec. 2024-11-04 17:44:59 02154_parser_backtracking: [ FAIL ] 8.23 sec. - return code: 1 2024-11-04 17:44:59 Code: 306. DB::Exception: Stack size too large. Stack address: 0x7fff205b4000, frame address: 0x7fff20d47280, stack size: 421248, maximum stack size: 8364032. (TOO_DEEP_RECURSION) 2024-11-04 17:44:59 Code: 306. DB::Exception: Stack size too large. Stack address: 0x7ffe108e7000, frame address: 0x7ffe1107a400, stack size: 420864, maximum stack size: 8364032. (TOO_DEEP_RECURSION) 2024-11-04 17:44:59 , result: 2024-11-04 17:44:59 2024-11-04 17:44:59 1 2024-11-04 17:44:59 1 2024-11-04 17:44:59 1 2024-11-04 17:44:59 1 2024-11-04 17:44:59 1 2024-11-04 17:44:59 1 2024-11-04 17:44:59 1 2024-11-04 17:44:59 1 2024-11-04 17:44:59 1 2024-11-04 17:44:59 1 2024-11-04 17:44:59 1 2024-11-04 17:44:59 0 2024-11-04 17:44:59 2024-11-04 17:44:59 stdout: 2024-11-04 17:44:59 1 2024-11-04 17:44:59 1 2024-11-04 17:44:59 1 2024-11-04 17:44:59 1 2024-11-04 17:44:59 1 2024-11-04 17:44:59 1 2024-11-04 17:44:59 1 2024-11-04 17:44:59 1 2024-11-04 17:44:59 1 2024-11-04 17:44:59 1 2024-11-04 17:44:59 1 2024-11-04 17:44:59 0 2024-11-04 17:44:59 2024-11-04 17:44:59 2024-11-04 17:44:59 Settings used in the test: --max_insert_threads 8 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 0 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 8205860 --max_read_buffer_size 916379 --prefer_localhost_replica 0 --max_block_size 85969 --max_threads 17 --optimize_append_index 1 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 1 --optimize_or_like_chain 1 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 41 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 49018745 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 8708851417 --min_bytes_to_use_mmap_io 1 --local_filesystem_read_method mmap --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 50 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 4 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 3670498250 --max_bytes_before_external_group_by 3001714394 --max_bytes_before_remerge_sort 1693568339 --min_compress_block_size 2820227 --max_compress_block_size 2977288 --merge_tree_compact_parts_min_granules_to_multibuffer_read 68 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 9176990 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Mexico/BajaSur --prefer_warmed_unmerged_parts_seconds 7 --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.01 2024-11-04 17:44:59 2024-11-04 17:44:59 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 3239524839 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 3602160 --merge_max_block_size 5311 --index_granularity 7401 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 39551 --primary_key_compress_block_size 89584 --replace_long_file_name_to_hash 0 --max_file_name_length 47 --min_bytes_for_full_part_storage 3050375 --compact_parts_max_bytes_to_buffer 437093731 --compact_parts_max_granules_to_buffer 77 --compact_parts_merge_max_bytes_to_prefetch_part 23125883 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 41 --old_parts_lifetime 30 2024-11-04 17:44:59 2024-11-04 17:44:59 Database: test_5ksony7v 2024-11-04 17:45:00 02125_query_views_log: [ OK ] 2.10 sec. 2024-11-04 17:45:00 02151_http_s_structure_set_eof: [ OK ] 7.10 sec. 2024-11-04 17:45:00 02124_encrypt_decrypt_nullable: [ OK ] 0.60 sec. 2024-11-04 17:45:00 02123_MySQLWire_regression: [ OK ] 0.46 sec. 2024-11-04 17:45:03 02235_brotli_bug: [ OK ] 28.08 sec. 2024-11-04 17:45:06 02124_insert_deduplication_token_multiple_blocks: [ OK ] 6.52 sec. 2024-11-04 17:45:07 02122_parallel_formatting_Template: [ OK ] 6.69 sec. 2024-11-04 17:45:09 02122_parallel_formatting_JSONStringsEachRow: [ OK ] 8.94 sec. 2024-11-04 17:45:09 02118_show_create_table_rocksdb: [ OK ] 0.37 sec. 2024-11-04 17:45:11 02116_interactive_hello: [ OK ] 1.53 sec. 2024-11-04 17:45:12 02113_format_row_bug: [ OK ] 1.07 sec. 2024-11-04 17:45:12 02122_parallel_formatting_JSONStrings: [ OK ] 12.06 sec. 2024-11-04 17:45:12 02113_format_row: [ OK ] 0.56 sec. 2024-11-04 17:45:13 02125_lz4_compression_bug_JSONStringsEachRow: [ OK ] 16.67 sec. 2024-11-04 17:45:14 02112_delayed_clickhouse_local_with_queries_file: [ OK ] 1.47 sec. 2024-11-04 17:45:14 02111_with_fill_no_rows: [ OK ] 0.59 sec. 2024-11-04 17:45:15 02111_global_context_temporary_tables: [ OK ] 0.80 sec. 2024-11-04 17:45:15 02112_with_fill_interval: [ OK ] 2.68 sec. 2024-11-04 17:45:16 02104_clickhouse_local_columns_description: [ OK ] 1.55 sec. 2024-11-04 17:45:16 02122_parallel_formatting_JSONCompactEachRow: [ OK ] 8.68 sec. 2024-11-04 17:45:16 02096_totals_global_in_bug: [ OK ] 0.65 sec. 2024-11-04 17:45:16 02122_parallel_formatting_CSVWithNamesAndTypes: [ OK ] 10.57 sec. 2024-11-04 17:45:16 02100_alter_scalar_circular_deadlock: [ OK ] 1.11 sec. 2024-11-04 17:45:17 02047_alias_for_table_and_database_name: [ OK ] 0.42 sec. 2024-11-04 17:45:17 02071_lower_upper_utf8_row_overlaps: [ OK ] 0.52 sec. 2024-11-04 17:45:19 02052_last_granula_adjust_logical_error: [ OK ] 2.44 sec. 2024-11-04 17:45:19 02041_test_fuzzy_alter: [ OK ] 0.57 sec. 2024-11-04 17:45:20 02097_json_strings_deserialization: [ OK ] 4.23 sec. 2024-11-04 17:45:20 02041_openssl_hash_functions_test: [ OK ] 0.51 sec. 2024-11-04 17:45:20 02036_jit_short_circuit: [ OK ] 0.49 sec. 2024-11-04 17:45:21 02029_output_csv_null_representation: [ OK ] 0.47 sec. 2024-11-04 17:45:21 02026_describe_include_subcolumns: [ OK ] 0.45 sec. 2024-11-04 17:45:22 02122_4letter_words_stress_zookeeper: [ OK ] 19.72 sec. 2024-11-04 17:45:25 02022_bzip2_truncated: [ OK ] 2.73 sec. 2024-11-04 17:45:26 02021_h3_is_res_classIII: [ OK ] 0.59 sec. 2024-11-04 17:45:26 02047_log_family_data_file_sizes: [ OK ] 9.06 sec. 2024-11-04 17:45:26 02020_cast_integer_overflow: [ OK ] 0.45 sec. 2024-11-04 17:45:26 02020_exponential_smoothing_cross_block: [ OK ] 0.44 sec. 2024-11-04 17:45:27 02047_log_family_data_file_dumps: [ OK ] 9.58 sec. 2024-11-04 17:45:27 02017_order_by_with_fill_redundant_functions: [ OK ] 0.41 sec. 2024-11-04 17:45:27 02025_storage_filelog_virtual_col: [ OK ] 6.07 sec. 2024-11-04 17:45:28 02016_agg_empty_result_bug_28880: [ OK ] 0.55 sec. 2024-11-04 17:45:28 02033_join_engine_deadlock_long: [ OK ] 7.94 sec. 2024-11-04 17:45:29 02012_settings_clause_for_s3: [ OK ] 0.69 sec. 2024-11-04 17:45:29 02017_bit_shift_left_for_string_integer: [ OK ] 2.24 sec. 2024-11-04 17:45:29 02006_h3_to_geo_boundary: [ OK ] 0.58 sec. 2024-11-04 17:45:30 02016_aggregation_spark_bar: [ OK ] 2.32 sec. 2024-11-04 17:45:30 02007_test_any_all_operators: [ OK ] 1.55 sec. 2024-11-04 17:45:30 02015_async_inserts_1: [ OK ] 2.58 sec. 2024-11-04 17:45:31 02002_parse_map_int_key: [ OK ] 0.45 sec. 2024-11-04 17:45:31 02001_dist_on_dist_WithMergeableStateAfterAggregation: [ OK ] 0.79 sec. 2024-11-04 17:45:31 02102_row_binary_with_names_and_types: [ OK ] 16.49 sec. 2024-11-04 17:45:31 02001_select_with_filter: [ OK ] 0.48 sec. 2024-11-04 17:45:32 02000_table_function_cluster_macros: [ OK ] 0.50 sec. 2024-11-04 17:45:32 02006_test_positional_arguments: [ OK ] 2.22 sec. 2024-11-04 17:45:32 02003_compress_bz2: [ OK ] 2.17 sec. 2024-11-04 17:45:32 02020_exponential_smoothing: [ OK ] 5.85 sec. 2024-11-04 17:45:32 01948_heredoc: [ OK ] 0.53 sec. 2024-11-04 17:45:32 01949_heredoc_unfinished: [ OK ] 1.34 sec. 2024-11-04 17:45:32 01925_date_date_time_comparison: [ OK ] 0.43 sec. 2024-11-04 17:45:32 01937_nested_chinese: [ OK ] 0.47 sec. 2024-11-04 17:45:33 01922_array_join_with_index: [ OK ] 0.49 sec. 2024-11-04 17:45:33 01944_insert_partition_by: [ OK ] 1.32 sec. 2024-11-04 17:45:33 01917_system_data_skipping_indices: [ OK ] 0.60 sec. 2024-11-04 17:45:33 01915_for_each_crakjie: [ OK ] 0.50 sec. 2024-11-04 17:45:34 01916_multiple_join_view_optimize_predicate_chertus: [ OK ] 0.55 sec. 2024-11-04 17:45:34 01915_merge_prewhere_virtual_column_rand_chao_wang: [ OK ] 0.65 sec. 2024-11-04 17:45:34 01913_if_int_decimal: [ OK ] 0.40 sec. 2024-11-04 17:45:34 01913_join_push_down_bug: [ OK ] 0.51 sec. 2024-11-04 17:45:34 01925_join_materialized_columns: [ OK ] 2.02 sec. 2024-11-04 17:45:34 01910_memory_tracking_topk: [ OK ] 0.68 sec. 2024-11-04 17:45:35 01905_to_json_string: [ OK ] 0.41 sec. 2024-11-04 17:45:35 01909_mbtolou: [ OK ] 0.80 sec. 2024-11-04 17:45:35 01891_partition_hash_no_long_int: [ OK ] 0.60 sec. 2024-11-04 17:45:35 01891_partition_by_uuid: [ OK ] 0.47 sec. 2024-11-04 17:45:36 01949_clickhouse_local_with_remote_localhost: [ OK ] 4.43 sec. 2024-11-04 17:45:36 01921_datatype_date32: [ OK ] 3.32 sec. 2024-11-04 17:45:36 01890_stem: [ OK ] 0.76 sec. 2024-11-04 17:45:37 01883_subcolumns_distributed: [ OK ] 1.00 sec. 2024-11-04 17:45:37 01888_read_int_safe: [ OK ] 1.51 sec. 2024-11-04 17:45:37 01888_bloom_filter_hasAny: [ OK ] 1.52 sec. 2024-11-04 17:45:38 01882_scalar_subquery_exception: [ OK ] 0.74 sec. 2024-11-04 17:45:38 01881_total_bytes_storage_buffer: [ OK ] 0.57 sec. 2024-11-04 17:45:38 01881_aggregate_functions_versioning: [ OK ] 0.49 sec. 2024-11-04 17:45:38 01869_function_modulo_legacy: [ OK ] 0.43 sec. 2024-11-04 17:45:38 01892_jit_aggregation_function_any_last_long: [ OK ] 3.79 sec. 2024-11-04 17:45:39 01854_s2_cap_contains: [ OK ] 1.18 sec. 2024-11-04 17:45:40 01852_multiple_joins_with_union_join: [ OK ] 0.71 sec. 2024-11-04 17:45:40 01851_hedged_connections_external_tables: [ SKIPPED ] 0.00 sec. - not running for current build 2024-11-04 17:45:40 01854_HTTP_dict_decompression: [ OK ] 2.08 sec. 2024-11-04 17:45:41 01851_s2_to_geo: [ OK ] 0.47 sec. 2024-11-04 17:45:41 01860_Distributed__shard_num_GROUP_BY: [ OK ] 2.98 sec. 2024-11-04 17:45:41 01893_jit_aggregation_function_min_long: [ OK ] 7.25 sec. 2024-11-04 17:45:41 01845_add_testcase_for_arrayElement: [ OK ] 0.74 sec. 2024-11-04 17:45:42 01835_alias_to_primary_key_cyfdecyf: [ OK ] 0.55 sec. 2024-11-04 17:45:42 01871_merge_tree_compile_expressions: [ OK ] 4.02 sec. 2024-11-04 17:45:42 01831_max_streams: [ OK ] 0.44 sec. 2024-11-04 17:45:42 01849_geoToS2: [ OK ] 1.71 sec. 2024-11-04 17:45:42 01825_type_json_nullable: [ OK ] 0.69 sec. 2024-11-04 17:45:43 01825_type_json_sparse: [ OK ] 1.36 sec. 2024-11-04 17:45:43 01825_type_json_2: [ OK ] 1.09 sec. 2024-11-04 17:45:46 01825_type_json_16: [ OK ] 3.79 sec. 2024-11-04 17:45:46 01825_type_json_12: [ OK ] 3.69 sec. 2024-11-04 17:45:46 01825_type_json_schema_inference: [ OK ] 4.91 sec. 2024-11-04 17:45:47 01825_type_json_9: [ OK ] 0.57 sec. 2024-11-04 17:45:48 01821_to_date_time_ubsan: [ OK ] 0.53 sec. 2024-11-04 17:45:48 01825_type_json_btc: [ OK ] 4.84 sec. 2024-11-04 17:45:49 01818_case_float_value_fangyc: [ OK ] 0.38 sec. 2024-11-04 17:45:49 01818_move_partition_simple: [ OK ] 0.98 sec. 2024-11-04 17:45:49 01811_filter_by_null: [ OK ] 0.47 sec. 2024-11-04 17:45:49 01889_sqlite_read_write: [ OK ] 13.99 sec. 2024-11-04 17:45:49 01825_type_json_7: [ OK ] 3.17 sec. 2024-11-04 17:45:50 01804_uniq_up_to_ubsan: [ OK ] 0.48 sec. 2024-11-04 17:45:50 01802_rank_corr_mann_whitney_over_window: [ OK ] 0.66 sec. 2024-11-04 17:45:50 01801_distinct_group_by_shard: [ OK ] 0.47 sec. 2024-11-04 17:45:51 01809_inactive_parts_to_delay_throw_insert: [ OK ] 1.57 sec. 2024-11-04 17:45:51 01795_TinyLog_rwlock_ub: [ OK ] 0.50 sec. 2024-11-04 17:45:52 01812_basic_auth_http_server: [ OK ] 3.43 sec. 2024-11-04 17:45:53 01801_s3_cluster: [ OK ] 2.95 sec. 2024-11-04 17:45:53 01780_column_sparse: [ OK ] 1.05 sec. 2024-11-04 17:45:54 01779_quantile_deterministic_msan: [ OK ] 0.41 sec. 2024-11-04 17:45:54 01798_uniq_theta_sketch: [ OK ] 3.54 sec. 2024-11-04 17:45:54 01780_column_sparse_pk: [ OK ] 0.96 sec. 2024-11-04 17:45:54 01778_where_with_column_name: [ OK ] 0.46 sec. 2024-11-04 17:45:54 01776_decrypt_aead_size_check: [ OK ] 0.50 sec. 2024-11-04 17:45:54 01786_nullable_string_tsv_at_eof: [ OK ] 3.17 sec. 2024-11-04 17:45:55 01774_case_sensitive_connection_id: [ OK ] 0.44 sec. 2024-11-04 17:45:55 01773_datetime64_add_ubsan: [ OK ] 0.47 sec. 2024-11-04 17:45:55 01771_datetime64_no_time_part: [ OK ] 0.53 sec. 2024-11-04 17:45:55 01761_round_year_bounds: [ OK ] 0.41 sec. 2024-11-04 17:45:55 01764_collapsing_merge_adaptive_granularity: [ OK ] 0.79 sec. 2024-11-04 17:45:56 01752_distributed_query_sigsegv: [ OK ] 0.75 sec. 2024-11-04 17:45:56 01753_fix_clickhouse_format: [ OK ] 1.78 sec. 2024-11-04 17:45:57 01753_optimize_aggregation_in_order: [ OK ] 1.61 sec. 2024-11-04 17:45:57 01732_bigint_ubsan: [ OK ] 0.70 sec. 2024-11-04 17:45:57 01739_index_hint: [ OK ] 1.32 sec. 2024-11-04 17:45:58 01717_global_with_subquery_fix: [ OK ] 0.51 sec. 2024-11-04 17:45:58 01720_constraints_complex_types: [ OK ] 0.83 sec. 2024-11-04 17:45:58 01746_test_for_tupleElement_must_be_constant_issue: [ OK ] 2.80 sec. 2024-11-04 17:45:58 01715_table_function_view_fix: [ OK ] 0.44 sec. 2024-11-04 17:45:58 01711_decimal_multiplication: [ OK ] 0.39 sec. 2024-11-04 17:45:59 01710_projection_with_mixed_pipeline: [ OK ] 0.60 sec. 2024-11-04 17:45:59 01710_projection_query_plan_optimization_misc: [ OK ] 0.46 sec. 2024-11-04 17:46:00 01710_projections: [ OK ] 1.49 sec. 2024-11-04 17:46:00 01825_type_json_ghdata: [ OK ] 17.26 sec. 2024-11-04 17:46:00 01710_projection_in_set: [ OK ] 0.72 sec. 2024-11-04 17:46:01 01710_projection_in_index: [ OK ] 0.90 sec. 2024-11-04 17:46:01 01710_projection_aggregation_in_order: [ OK ] 1.92 sec. 2024-11-04 17:46:02 01710_projection_analysis_reuse_partition: [ OK ] 3.89 sec. 2024-11-04 17:46:02 01710_projection_group_by_order_by: [ OK ] 0.57 sec. 2024-11-04 17:46:02 01710_projections_and_duplicate_columms: [ OK ] 1.65 sec. 2024-11-04 17:46:03 01710_minmax_count_projection_count_nullable: [ OK ] 0.51 sec. 2024-11-04 17:46:03 01710_projections_order_by_complete: [ OK ] 0.65 sec. 2024-11-04 17:46:03 01707_join_use_nulls: [ OK ] 0.71 sec. 2024-11-04 17:46:03 01704_transform_with_float_key: [ OK ] 0.47 sec. 2024-11-04 17:46:03 01710_projection_external_aggregate: [ OK ] 1.91 sec. 2024-11-04 17:46:03 01702_rewrite_avg_for_algebraic_optimization: [ OK ] 0.81 sec. 2024-11-04 17:46:04 01683_intdiv_ubsan: [ OK ] 0.48 sec. 2024-11-04 17:46:04 01701_clear_projection_and_part_remove: [ OK ] 0.98 sec. 2024-11-04 17:46:04 01701_if_tuple_segfault: [ OK ] 1.32 sec. 2024-11-04 17:46:04 01683_dist_INSERT_block_structure_mismatch: [ OK ] 0.48 sec. 2024-11-04 17:46:05 01720_country_intersection: [ OK ] 8.08 sec. 2024-11-04 17:46:05 01681_bloom_filter_nullable_column: [ OK ] 0.97 sec. 2024-11-04 17:46:05 01677_array_enumerate_bug: [ OK ] 0.42 sec. 2024-11-04 17:46:06 01674_where_prewhere_array_crash: [ OK ] 0.70 sec. 2024-11-04 17:46:06 01677_bit_float: [ OK ] 1.43 sec. 2024-11-04 17:46:06 01676_reinterpret_as: [ OK ] 1.13 sec. 2024-11-04 17:46:06 01671_test_toQuarter_mysql_dialect: [ OK ] 0.42 sec. 2024-11-04 17:46:06 01670_test_repeat_mysql_dialect: [ OK ] 0.43 sec. 2024-11-04 17:46:07 01681_hyperscan_debug_assertion: [ OK ] 2.40 sec. 2024-11-04 17:46:07 01666_date_lut_buffer_overflow: [ OK ] 0.42 sec. 2024-11-04 17:46:07 01665_running_difference_ubsan: [ OK ] 0.45 sec. 2024-11-04 17:46:07 01662_join_mixed: [ OK ] 0.55 sec. 2024-11-04 17:46:07 01669_join_or_duplicates: [ OK ] 1.08 sec. 2024-11-04 17:46:07 01691_parser_data_type_exponential: [ OK ] 4.27 sec. 2024-11-04 17:46:07 01660_second_extremes_bug: [ OK ] 0.50 sec. 2024-11-04 17:46:08 01656_ipv4_bad_formatting: [ OK ] 0.46 sec. 2024-11-04 17:46:08 01660_sum_ubsan: [ OK ] 0.85 sec. 2024-11-04 17:46:09 01656_join_defaul_enum: [ OK ] 1.10 sec. 2024-11-04 17:46:09 01655_sleep_infinite_float: [ OK ] 0.48 sec. 2024-11-04 17:46:09 01661_week_functions_string_args: [ OK ] 1.80 sec. 2024-11-04 17:46:09 01655_test_isnull_mysql_dialect: [ OK ] 0.45 sec. 2024-11-04 17:46:09 01659_h3_buffer_overflow: [ OK ] 2.13 sec. 2024-11-04 17:46:15 01648_mutations_and_escaping: [ OK ] 5.65 sec. 2024-11-04 17:46:17 01646_rewrite_sum_if_bug: [ OK ] 1.48 sec. 2024-11-04 17:46:18 01644_distributed_async_insert_fsync_smoke: [ OK ] 1.21 sec. 2024-11-04 17:46:19 01642_if_nullable_regression: [ OK ] 1.16 sec. 2024-11-04 17:46:20 01640_distributed_async_insert_compression: [ OK ] 0.75 sec. 2024-11-04 17:46:20 01638_div_mod_ambiguities: [ OK ] 0.50 sec. 2024-11-04 17:46:21 01635_sum_map_fuzz: [ OK ] 0.71 sec. 2024-11-04 17:46:22 01633_limit_fuzz: [ OK ] 0.58 sec. 2024-11-04 17:46:23 01632_select_all_syntax: [ OK ] 0.79 sec. 2024-11-04 17:46:23 02231_buffer_aggregate_states_leak: [ OK ] 106.84 sec. 2024-11-04 17:46:23 01630_simple_aggregate_function_in_summing_merge_tree: [ OK ] 0.90 sec. 2024-11-04 17:46:24 01656_sequence_next_node_long: [ OK ] 15.99 sec. 2024-11-04 17:46:26 01654_test_writer_block_sequence: [ OK ] 17.40 sec. 2024-11-04 17:46:26 01651_bugs_from_15889: [ OK ] 17.05 sec. 2024-11-04 17:46:26 01825_type_json_ghdata_insert_select: [ OK ] 40.71 sec. 2024-11-04 17:46:27 01621_decode_XML: [ OK ] 0.64 sec. 2024-11-04 17:46:27 01605_adaptive_granularity_block_borders: [ SKIPPED ] 0.00 sec. - not running for current build 2024-11-04 17:46:27 01603_read_with_backoff_bug: [ SKIPPED ] 0.00 sec. - not running for current build 2024-11-04 17:46:28 01622_codec_zstd_long: [ OK ] 2.19 sec. 2024-11-04 17:46:29 01602_insert_into_table_function_cluster: [ OK ] 1.03 sec. 2024-11-04 17:46:30 01607_arrays_as_nested_csv: [ OK ] 3.18 sec. 2024-11-04 17:46:31 01599_multiline_input_and_singleline_comments: [ OK ] 1.33 sec. 2024-11-04 17:46:32 01603_insert_select_too_many_parts: [ OK ] 4.76 sec. 2024-11-04 17:46:32 01600_quota_by_forwarded_ip: [ OK ] 2.43 sec. 2024-11-04 17:46:32 01594_storage_join_uuid: [ OK ] 0.54 sec. 2024-11-04 17:46:32 01592_toUnixTimestamp_Date: [ OK ] 0.42 sec. 2024-11-04 17:46:33 01585_use_index_for_global_in: [ OK ] 0.74 sec. 2024-11-04 17:46:33 01623_constraints_column_swap: [ OK ] 9.27 sec. 2024-11-04 17:46:34 01582_move_to_prewhere_compact_parts: [ OK ] 0.69 sec. 2024-11-04 17:46:34 01599_mutation_query_params: [ OK ] 3.21 sec. 2024-11-04 17:46:36 01568_window_functions_distributed: [ OK ] 1.45 sec. 2024-11-04 17:46:36 01561_aggregate_functions_of_key_with_join: [ OK ] 0.44 sec. 2024-11-04 17:46:36 01581_deduplicate_by_columns_local: [ OK ] 2.49 sec. 2024-11-04 17:46:37 01558_enum_as_num_in_tsv_csv_input: [ OK ] 0.54 sec. 2024-11-04 17:46:40 01550_query_identifier_parameters: [ OK ] 3.46 sec. 2024-11-04 17:46:41 01533_collate_in_nullable: [ OK ] 0.67 sec. 2024-11-04 17:46:41 01561_mann_whitney_scipy: [ OK ] 5.23 sec. 2024-11-04 17:46:42 01591_window_functions: [ OK ] 9.92 sec. 2024-11-04 17:46:42 01528_allow_nondeterministic_optimize_skip_unused_shards: [ OK ] 0.65 sec. 2024-11-04 17:46:42 01528_play: [ OK ] 1.11 sec. 2024-11-04 17:46:43 01525_select_with_offset_fetch_clause: [ OK ] 0.55 sec. 2024-11-04 17:46:43 01519_topK_distributed_parametrized: [ OK ] 0.79 sec. 2024-11-04 17:46:44 01520_client_print_query_id: [ OK ] 1.52 sec. 2024-11-04 17:46:44 01514_input_format_tsv_enum_as_number_setting: [ OK ] 0.53 sec. 2024-11-04 17:46:44 01515_force_data_skipping_indices: [ OK ] 0.97 sec. 2024-11-04 17:46:45 01583_parallel_parsing_exception_with_offset: [ OK ] 11.53 sec. 2024-11-04 17:46:45 01512_create_replicate_merge_tree_one_arg: [ OK ] 0.44 sec. 2024-11-04 17:46:45 01514_empty_buffer_different_types: [ OK ] 0.64 sec. 2024-11-04 17:46:45 01523_client_local_queries_file_parameter: [ OK ] 3.05 sec. 2024-11-04 17:46:46 01511_alter_version_versioned_collapsing_merge_tree: [ OK ] 1.28 sec. 2024-11-04 17:46:47 01509_dictionary_preallocate: [ OK ] 1.74 sec. 2024-11-04 17:46:48 01508_format_regexp_raw: [ OK ] 2.20 sec. 2024-11-04 17:46:49 01508_query_obfuscator: [ OK ] 1.48 sec. 2024-11-04 17:46:50 01503_if_const_optimization: [ OK ] 1.12 sec. 2024-11-04 17:46:50 01509_check_parallel_quorum_inserts_long: [ OK ] 5.19 sec. 2024-11-04 17:46:50 01502_jemalloc_percpu_arena: [ SKIPPED ] 0.00 sec. - not running for current build 2024-11-04 17:46:50 01505_distributed_local_type_conversion_enum: [ OK ] 2.15 sec. 2024-11-04 17:46:51 01493_table_function_null: [ OK ] 0.44 sec. 2024-11-04 17:46:51 01496_signedness_conversion_monotonicity: [ OK ] 0.67 sec. 2024-11-04 17:46:51 01492_array_join_crash_13829: [ OK ] 0.37 sec. 2024-11-04 17:46:51 01485_256_bit_multiply: [ SKIPPED ] 0.00 sec. - not running for current build 2024-11-04 17:46:51 01490_nullable_string_to_enum: [ OK ] 0.57 sec. 2024-11-04 17:46:52 01476_right_full_join_switch: [ OK ] 1.00 sec. 2024-11-04 17:46:52 01475_read_subcolumns_2: [ OK ] 0.95 sec. 2024-11-04 17:46:53 01473_system_events_zeroes: [ OK ] 0.41 sec. 2024-11-04 17:46:53 01472_many_rows_in_totals: [ OK ] 0.56 sec. 2024-11-04 17:46:53 01470_columns_transformers2: [ OK ] 0.62 sec. 2024-11-04 17:46:54 01463_resample_overflow: [ OK ] 0.49 sec. 2024-11-04 17:46:54 01456_min_negative_decimal_formatting: [ OK ] 0.44 sec. 2024-11-04 17:46:54 01456_low_cardinality_sorting_bugfix: [ OK ] 0.65 sec. 2024-11-04 17:46:54 01455_default_compression: [ OK ] 0.58 sec. 2024-11-04 17:46:55 01452_normalized_query_hash: [ OK ] 0.61 sec. 2024-11-04 17:46:55 01453_fixsed_string_sort: [ OK ] 0.73 sec. 2024-11-04 17:46:55 01434_netloc_fuzz: [ OK ] 0.39 sec. 2024-11-04 17:46:55 01450_set_null_const: [ OK ] 0.50 sec. 2024-11-04 17:46:56 01509_check_many_parallel_quorum_inserts_long: [ OK ] 10.66 sec. 2024-11-04 17:46:56 01430_moving_sum_empty_state: [ OK ] 0.46 sec. 2024-11-04 17:46:56 01427_pk_and_expression_with_different_type: [ OK ] 0.46 sec. 2024-11-04 17:46:56 01502_bar_overflow: [ OK ] 6.70 sec. 2024-11-04 17:46:57 01421_array_nullable_element_nullable_index: [ OK ] 0.50 sec. 2024-11-04 17:46:57 01425_decimal_parse_big_negative_exponent: [ OK ] 0.87 sec. 2024-11-04 17:46:57 01428_nullable_asof_join: [ OK ] 1.59 sec. 2024-11-04 17:46:57 01418_index_analysis_bug: [ OK ] 0.87 sec. 2024-11-04 17:46:58 01416_join_totals_header_bug: [ OK ] 0.62 sec. 2024-11-04 17:46:58 01418_custom_settings: [ OK ] 1.20 sec. 2024-11-04 17:46:58 01413_allow_non_metadata_alters: [ OK ] 0.61 sec. 2024-11-04 17:46:59 01412_mod_float: [ OK ] 0.50 sec. 2024-11-04 17:46:59 01412_optimize_deduplicate_bug: [ OK ] 0.56 sec. 2024-11-04 17:46:59 01407_lambda_arrayJoin: [ OK ] 0.54 sec. 2024-11-04 17:47:00 01396_low_cardinality_fixed_string_default: [ OK ] 0.63 sec. 2024-11-04 17:47:00 01402_cast_nullable_string_to_enum: [ OK ] 1.01 sec. 2024-11-04 17:47:01 01384_bloom_filter_bad_arguments: [ OK ] 0.88 sec. 2024-11-04 17:47:01 01381_for_each_with_states: [ OK ] 0.72 sec. 2024-11-04 17:47:01 01414_low_cardinality_nullable: [ OK ] 3.99 sec. 2024-11-04 17:47:01 01380_coded_delta_exception_code: [ OK ] 0.74 sec. 2024-11-04 17:47:02 01378_alter_rename_with_ttl_zookeeper: [ OK ] 0.92 sec. 2024-11-04 17:47:02 01375_storage_file_write_prefix_tsv_with_names: [ OK ] 0.53 sec. 2024-11-04 17:47:02 01358_constexpr_constraint: [ OK ] 0.43 sec. 2024-11-04 17:47:02 01417_query_time_in_system_events: [ OK ] 5.44 sec. 2024-11-04 17:47:02 01351_parse_date_time_best_effort_us: [ OK ] 0.46 sec. 2024-11-04 17:47:02 01377_supertype_low_cardinality: [ OK ] 1.08 sec. 2024-11-04 17:47:03 01349_mutation_datetime_key: [ OK ] 0.60 sec. 2024-11-04 17:47:03 01347_partition_date_vs_datetime: [ OK ] 0.52 sec. 2024-11-04 17:47:03 01338_sha256_fixedstring: [ OK ] 0.49 sec. 2024-11-04 17:47:03 01330_array_join_in_higher_order_function: [ OK ] 0.51 sec. 2024-11-04 17:47:03 01324_settings_documentation: [ OK ] 0.42 sec. 2024-11-04 17:47:04 01332_join_type_syntax_position: [ OK ] 1.04 sec. 2024-11-04 17:47:04 01322_cast_keep_nullable: [ OK ] 0.55 sec. 2024-11-04 17:47:04 01321_monotonous_functions_in_order_by_bug: [ OK ] 0.45 sec. 2024-11-04 17:47:04 01340_datetime64_fpe: [ OK ] 1.87 sec. 2024-11-04 17:47:05 01319_mv_constants_bug: [ OK ] 0.64 sec. 2024-11-04 17:47:05 01323_redundant_functions_in_order_by: [ OK ] 1.40 sec. 2024-11-04 17:47:05 01318_alter_add_column_exists: [ OK ] 0.56 sec. 2024-11-04 17:47:05 01314_position_in_system_columns: [ OK ] 0.54 sec. 2024-11-04 17:47:06 01310_enum_comparison: [ OK ] 0.82 sec. 2024-11-04 17:47:06 01308_row_policy_and_trivial_count_query: [ OK ] 0.53 sec. 2024-11-04 17:47:06 01307_polygon_perimeter: [ OK ] 0.40 sec. 2024-11-04 17:47:07 01305_nullable-prewhere_bug: [ OK ] 0.65 sec. 2024-11-04 17:47:07 01318_map_add_map_subtract: [ OK ] 1.97 sec. 2024-11-04 17:47:07 01299_alter_merge_tree: [ OK ] 0.62 sec. 2024-11-04 17:47:07 01297_alter_distributed: [ OK ] 0.63 sec. 2024-11-04 17:47:08 01292_optimize_data_skip_idx_order_by_expr: [ OK ] 0.64 sec. 2024-11-04 17:47:08 01293_external_sorting_limit_bug: [ OK ] 0.74 sec. 2024-11-04 17:47:08 01292_quantile_array_bug: [ OK ] 0.38 sec. 2024-11-04 17:47:09 01291_geo_types: [ OK ] 0.46 sec. 2024-11-04 17:47:09 01285_data_skip_index_over_aggregation: [ OK ] 0.84 sec. 2024-11-04 17:47:10 01290_empty_array_index_analysis: [ OK ] 1.10 sec. 2024-11-04 17:47:10 01280_null_in: [ OK ] 0.56 sec. 2024-11-04 17:47:10 01319_query_formatting_in_server_log: [ OK ] 6.01 sec. 2024-11-04 17:47:11 01281_alter_rename_and_other_renames: [ OK ] 1.36 sec. 2024-11-04 17:47:11 01278_alter_rename_combination: [ OK ] 0.85 sec. 2024-11-04 17:47:13 01277_alter_rename_column_constraint: [ OK ] 1.51 sec. 2024-11-04 17:47:13 01277_alter_rename_column_constraint_zookeeper_long: [ OK ] 2.19 sec. 2024-11-04 17:47:14 01275_alter_rename_column_default_expr: [ OK ] 1.15 sec. 2024-11-04 17:47:16 01630_simple_aggregate_all_functions_in_aggregating_merge_tree: [ OK ] 53.20 sec. 2024-11-04 17:47:17 01271_show_privileges: [ OK ] 0.42 sec. 2024-11-04 17:47:18 01269_toStartOfSecond: [ OK ] 1.08 sec. 2024-11-04 17:47:18 01260_ubsan_decimal_parse: [ OK ] 0.34 sec. 2024-11-04 17:47:19 01259_combinator_distinct: [ OK ] 1.07 sec. 2024-11-04 17:47:23 01271_optimize_arithmetic_operations_in_aggr_func_long: [ OK ] 8.91 sec. 2024-11-04 17:47:24 01248_least_greatest_mixed_const: [ OK ] 0.42 sec. 2024-11-04 17:47:24 01240_join_get_or_null: [ OK ] 0.66 sec. 2024-11-04 17:47:25 01232_untuple: [ OK ] 0.70 sec. 2024-11-04 17:47:25 01252_weird_time_zone: [ OK ] 5.84 sec. 2024-11-04 17:47:26 01226_dist_on_dist_global_in: [ OK ] 0.69 sec. 2024-11-04 17:47:27 01213_alter_rename_nested: [ OK ] 1.40 sec. 2024-11-04 17:47:28 01213_optimize_skip_unused_shards_DISTINCT: [ OK ] 0.81 sec. 2024-11-04 17:47:30 01213_alter_rename_with_default_zookeeper_long: [ OK ] 1.28 sec. 2024-11-04 17:47:35 01231_operator_null_in: [ OK ] 9.48 sec. 2024-11-04 17:47:35 01210_drop_view: [ OK ] 0.43 sec. 2024-11-04 17:47:36 01202_array_auc_special: [ OK ] 0.98 sec. 2024-11-04 17:47:36 01213_alter_rename_column_zookeeper_long: [ OK ] 6.88 sec. 2024-11-04 17:47:39 01655_plan_optimizations_optimize_read_in_window_order_long: [ OK ] 90.39 sec. 2024-11-04 17:47:46 01182_materialized_view_different_structure: [ OK ] 7.07 sec. 2024-11-04 17:47:48 01181_db_atomic_drop_on_cluster: [ OK ] 1.70 sec. 2024-11-04 17:47:50 01179_insert_values_semicolon: [ OK ] 2.05 sec. 2024-11-04 17:47:54 01161_information_schema: [ OK ] 3.95 sec. 2024-11-04 17:47:58 01626_cnf_fuzz_long: [ OK ] 94.91 sec. 2024-11-04 17:48:04 01151_storage_merge_filter_tables_by_virtual_column: [ OK ] 5.65 sec. 2024-11-04 17:48:07 01146_clickhouse_local_data: [ OK ] 2.51 sec. 2024-11-04 17:48:08 01142_with_ties_and_aliases: [ OK ] 0.95 sec. 2024-11-04 17:48:09 01135_default_and_alter_zookeeper: [ OK ] 1.16 sec. 2024-11-04 17:48:12 01156_pcg_deserialization: [ OK ] 18.29 sec. 2024-11-04 17:48:13 01126_month_partitioning_consistent_code: [ OK ] 0.78 sec. 2024-11-04 17:48:14 01117_greatest_least_case: [ OK ] 0.47 sec. 2024-11-04 17:48:14 01128_generate_random_nested: [ OK ] 5.32 sec. 2024-11-04 17:48:16 01114_clear_column_compact_parts: [ OK ] 1.96 sec. 2024-11-04 17:48:17 01106_const_fixed_string_like: [ OK ] 2.21 sec. 2024-11-04 17:48:18 01105_string_like: [ OK ] 2.16 sec. 2024-11-04 17:48:19 01102_distributed_local_in_bug: [ OK ] 1.72 sec. 2024-11-04 17:48:19 01096_array_reduce_in_ranges: [ OK ] 0.71 sec. 2024-11-04 17:48:22 01087_table_function_generate: [ OK ] 2.82 sec. 2024-11-04 17:48:23 01099_operators_date_and_timestamp: [ OK ] 4.57 sec. 2024-11-04 17:48:23 01083_match_zero_byte: [ OK ] 0.58 sec. 2024-11-04 17:48:24 01184_long_insert_values_huge_strings: [ OK ] 47.32 sec. 2024-11-04 17:48:24 01081_keywords_formatting: [ OK ] 0.47 sec. 2024-11-04 17:48:24 01080_engine_merge_prewhere_tupleelement_error: [ OK ] 0.58 sec. 2024-11-04 17:48:24 01080_check_for_error_incorrect_size_of_nested_column: [ OK ] 0.68 sec. 2024-11-04 17:48:25 01086_regexp_input_format_skip_unmatched: [ OK ] 2.90 sec. 2024-11-04 17:48:31 01277_random_fixed_string: [ OK ] 80.57 sec. 2024-11-04 17:48:31 01076_window_view_alter_query_to: [ OK ] 6.04 sec. 2024-11-04 17:48:32 01077_mutations_index_consistency: [ OK ] 7.15 sec. 2024-11-04 17:48:32 01074_h3_range_check: [ OK ] 0.77 sec. 2024-11-04 17:48:32 01072_json_each_row_data_in_square_brackets: [ OK ] 0.47 sec. 2024-11-04 17:48:33 01201_read_single_thread_in_order: [ OK ] 56.94 sec. 2024-11-04 17:48:33 01071_force_optimize_skip_unused_shards: [ OK ] 1.28 sec. 2024-11-04 17:48:34 01065_if_not_finite: [ OK ] 0.76 sec. 2024-11-04 17:48:34 01276_random_string: [ OK ] 81.28 sec. 2024-11-04 17:48:34 01079_bad_alters_zookeeper_long: [ OK ] 9.67 sec. 2024-11-04 17:48:34 01063_create_column_set: [ OK ] 0.48 sec. 2024-11-04 17:48:35 01062_pm_multiple_all_join_same_value: [ OK ] 0.86 sec. 2024-11-04 17:48:36 01073_blockSerializedSize: [ OK ] 4.85 sec. 2024-11-04 17:48:37 01062_alter_on_mutataion_zookeeper_long: [ OK ] 2.78 sec. 2024-11-04 17:48:37 01066_window_view_event_tumble_to_strict_asc_lateness: [ OK ] 4.53 sec. 2024-11-04 17:48:37 01063_window_view_event_tumble_to_bounded: [ OK ] 4.11 sec. 2024-11-04 17:48:38 01053_if_chain_check: [ OK ] 0.81 sec. 2024-11-04 17:48:38 01051_random_printable_ascii: [ OK ] 0.40 sec. 2024-11-04 17:48:39 01058_window_view_event_hop_to_strict_asc: [ OK ] 3.99 sec. 2024-11-04 17:48:39 01050_engine_join_view_crash: [ OK ] 0.72 sec. 2024-11-04 17:48:40 01049_join_low_card_crash: [ OK ] 0.82 sec. 2024-11-04 17:48:40 01057_http_compression_prefer_brotli: [ OK ] 4.22 sec. 2024-11-04 17:48:42 01055_compact_parts_granularity: [ OK ] 4.96 sec. 2024-11-04 17:48:42 01047_window_view_parser_inner_table: [ OK ] 2.11 sec. 2024-11-04 17:48:42 01047_simple_aggregate_sizes_of_columns_bug: [ OK ] 1.79 sec. 2024-11-04 17:48:43 01046_materialized_view_with_join_over_distributed: [ OK ] 1.49 sec. 2024-11-04 17:48:44 01041_create_dictionary_if_not_exists: [ OK ] 1.46 sec. 2024-11-04 17:48:44 01058_zlib_ng_level1_bug: [ OK ] 9.41 sec. 2024-11-04 17:48:44 01039_row_policy_dcl: [ OK ] 1.82 sec. 2024-11-04 17:48:45 01036_union_different_columns: [ OK ] 1.14 sec. 2024-11-04 17:48:46 01030_storage_hdfs_syntax: [ OK ] 1.22 sec. 2024-11-04 17:48:47 01039_test_setting_parse: [ OK ] 3.25 sec. 2024-11-04 17:48:47 01032_cityHash64_for_UUID: [ OK ] 2.87 sec. 2024-11-04 17:48:47 01029_early_constant_folding: [ OK ] 0.78 sec. 2024-11-04 17:48:48 01020_function_char: [ OK ] 0.71 sec. 2024-11-04 17:48:50 01020_function_array_compact: [ OK ] 1.20 sec. 2024-11-04 17:48:50 01030_limit_by_with_ties_error: [ OK ] 3.53 sec. 2024-11-04 17:48:50 01054_cache_dictionary_bunch_update: [ OK ] 13.52 sec. 2024-11-04 17:48:51 01035_enum_conversion_native_format: [ OK ] 6.90 sec. 2024-11-04 17:48:51 01018_ambiguous_column: [ OK ] 1.06 sec. 2024-11-04 17:48:59 01015_empty_in_inner_right_join: [ OK ] 7.07 sec. 2024-11-04 17:49:01 01019_alter_materialized_view_consistent: [ OK ] 11.14 sec. 2024-11-04 17:49:02 01012_show_tables_limit: [ OK ] 1.02 sec. 2024-11-04 17:49:03 01021_only_tuple_columns: [ OK ] 15.76 sec. 2024-11-04 17:49:03 01012_select_limit_x_0: [ OK ] 0.57 sec. 2024-11-04 17:49:07 01017_mutations_with_nondeterministic_functions_zookeeper: [ OK ] 15.77 sec. 2024-11-04 17:49:07 01011_test_create_as_skip_indices: [ OK ] 3.67 sec. 2024-11-04 17:49:07 01010_partial_merge_join_const_and_lc: [ OK ] 4.20 sec. 2024-11-04 17:49:08 01009_insert_select_data_loss: [ OK ] 1.43 sec. 2024-11-04 17:49:09 01009_global_array_join_names: [ OK ] 1.38 sec. 2024-11-04 17:49:10 01010_partial_merge_join_negative: [ OK ] 3.51 sec. 2024-11-04 17:49:11 01008_materialized_view_henyihanwobushi: [ OK ] 2.25 sec. 2024-11-04 17:49:11 01001_enums_in_in_section: [ OK ] 0.47 sec. 2024-11-04 17:49:12 01006_ttl_with_default_2: [ OK ] 2.85 sec. 2024-11-04 17:49:13 00999_join_not_nullable_types: [ OK ] 2.01 sec. 2024-11-04 17:49:14 00999_test_skip_indices_with_alter_and_merge: [ OK ] 1.91 sec. 2024-11-04 17:49:14 00999_join_on_expression: [ OK ] 3.39 sec. 2024-11-04 17:49:15 00988_expansion_aliases_limit: [ OK ] 0.83 sec. 2024-11-04 17:49:23 00995_exception_while_insert: [ OK ] 9.54 sec. 2024-11-04 17:49:23 00986_materialized_view_stack_overflow: [ OK ] 8.47 sec. 2024-11-04 17:49:24 01049_join_low_card_bug_long: [ OK ] 44.53 sec. 2024-11-04 17:49:25 00978_ml_math: [ OK ] 0.67 sec. 2024-11-04 17:49:25 00979_set_index_not: [ OK ] 1.52 sec. 2024-11-04 17:49:30 00977_int_div: [ OK ] 5.90 sec. 2024-11-04 17:49:31 01304_direct_io_long: [ OK ] 144.72 sec. 2024-11-04 17:49:31 00980_alter_settings_race: [ OK ] 8.08 sec. 2024-11-04 17:49:32 00971_merge_tree_uniform_read_distribution_and_max_rows_to_read: [ OK ] 0.71 sec. 2024-11-04 17:49:32 00969_roundDuration: [ OK ] 0.60 sec. 2024-11-04 17:49:33 00974_adaptive_granularity_secondary_index: [ OK ] 7.72 sec. 2024-11-04 17:49:33 00964_os_thread_priority: [ OK ] 0.44 sec. 2024-11-04 17:49:34 00961_checksums_in_system_parts_columns_table: [ OK ] 0.47 sec. 2024-11-04 17:49:34 00997_trim: [ OK ] 21.22 sec. 2024-11-04 17:49:34 00972_geohashesInBox: [ OK ] 3.73 sec. 2024-11-04 17:49:34 00957_coalesce_const_nullable_crash: [ OK ] 0.58 sec. 2024-11-04 17:49:35 00956_http_prepared_statements: [ OK ] 1.38 sec. 2024-11-04 17:49:36 01012_serialize_array_memory_usage: [ OK ] 36.88 sec. 2024-11-04 17:49:36 00952_insert_into_distributed_with_materialized_column: [ OK ] 1.62 sec. 2024-11-04 17:49:36 00950_default_prewhere: [ OK ] 0.70 sec. 2024-11-04 17:49:37 00948_values_interpreter_template: [ OK ] 0.74 sec. 2024-11-04 17:49:37 00945_ml_test: [ OK ] 0.58 sec. 2024-11-04 17:49:38 00942_mv_rename_table: [ OK ] 0.82 sec. 2024-11-04 17:49:38 00955_test_final_mark_use: [ OK ] 4.05 sec. 2024-11-04 17:49:38 00940_max_parts_in_total: [ OK ] 0.75 sec. 2024-11-04 17:49:40 00940_order_by_read_in_order: [ OK ] 1.30 sec. 2024-11-04 17:49:40 00938_ipv6_cidr_range: [ OK ] 1.19 sec. 2024-11-04 17:49:41 00951_ngram_search: [ OK ] 5.50 sec. 2024-11-04 17:49:43 00937_template_output_format: [ OK ] 2.78 sec. 2024-11-04 17:49:44 00937_format_schema_rows_template: [ OK ] 3.85 sec. 2024-11-04 17:49:45 00944_create_bloom_filter_index_with_merge_tree: [ OK ] 7.88 sec. 2024-11-04 17:49:46 00964_bloom_index_string_functions: [ OK ] 14.08 sec. 2024-11-04 17:49:47 00931_low_cardinality_read_with_empty_array: [ OK ] 1.82 sec. 2024-11-04 17:49:47 00931_low_cardinality_set_index_in_key_condition: [ OK ] 0.51 sec. 2024-11-04 17:49:48 00930_arrayIntersect: [ OK ] 0.96 sec. 2024-11-04 17:49:48 01019_alter_materialized_view_atomic: [ OK ] 58.22 sec. 2024-11-04 17:49:48 00937_test_use_header_csv: [ OK ] 7.07 sec. 2024-11-04 17:49:48 00919_histogram_merge: [ OK ] 0.54 sec. 2024-11-04 17:49:49 00917_least_sqr: [ OK ] 0.54 sec. 2024-11-04 17:49:50 00933_ttl_replicated_zookeeper: [ OK ] 6.27 sec. 2024-11-04 17:49:50 00906_low_cardinality_const_argument: [ OK ] 0.39 sec. 2024-11-04 17:49:51 00905_field_with_aggregate_function_state: [ OK ] 0.64 sec. 2024-11-04 17:49:51 00903_array_with_constant_function: [ OK ] 0.39 sec. 2024-11-04 17:49:52 00902_entropy: [ OK ] 0.82 sec. 2024-11-04 17:49:53 00918_json_functions: [ OK ] 4.98 sec. 2024-11-04 17:49:57 00900_orc_nested_arrays_load: [ OK ] 3.72 sec. 2024-11-04 17:49:57 00900_entropy_shard: [ OK ] 0.56 sec. 2024-11-04 17:49:58 00910_zookeeper_custom_compression_codecs_replicated_long: [ OK ] 9.89 sec. 2024-11-04 17:50:00 00900_orc_arrow_parquet_maps: [ OK ] 7.53 sec. 2024-11-04 17:50:00 00875_join_right_nulls: [ OK ] 2.69 sec. 2024-11-04 17:50:00 00861_decimal_quoted_csv: [ OK ] 0.53 sec. 2024-11-04 17:50:01 00860_unknown_identifier_bug: [ OK ] 0.77 sec. 2024-11-04 17:50:01 00856_no_column_issue_4242: [ OK ] 0.51 sec. 2024-11-04 17:50:01 00852_any_join_nulls: [ OK ] 0.55 sec. 2024-11-04 17:50:02 00843_optimize_predicate_and_rename_table: [ OK ] 0.75 sec. 2024-11-04 17:50:02 00870_t64_codec: [ OK ] 4.00 sec. 2024-11-04 17:50:03 00842_array_with_constant_overflow: [ OK ] 0.46 sec. 2024-11-04 17:50:03 00850_global_join_dups: [ OK ] 1.71 sec. 2024-11-04 17:50:03 00841_temporary_table_database: [ OK ] 0.56 sec. 2024-11-04 17:50:03 00832_storage_file_lock: [ OK ] 0.46 sec. 2024-11-04 17:50:04 00836_indices_alter: [ OK ] 1.18 sec. 2024-11-04 17:50:04 00834_limit_with_constant_expressions: [ OK ] 1.20 sec. 2024-11-04 17:50:04 00829_bitmap64_function: [ OK ] 1.01 sec. 2024-11-04 17:50:05 00927_asof_join_long: [ OK ] 18.37 sec. 2024-11-04 17:50:07 00825_protobuf_format_array_of_arrays: [ OK ] 3.08 sec. 2024-11-04 17:50:07 00825_protobuf_format_squares: [ OK ] 3.01 sec. 2024-11-04 17:50:07 00804_test_custom_compression_codes_log_storages: [ OK ] 1.92 sec. 2024-11-04 17:50:08 00762_date_comparsion: [ OK ] 0.85 sec. 2024-11-04 17:50:08 00936_substring_utf8_non_const: [ OK ] 25.28 sec. 2024-11-04 17:50:08 00802_system_parts_with_datetime_partition: [ OK ] 1.00 sec. 2024-11-04 17:50:08 00758_array_reverse: [ OK ] 0.68 sec. 2024-11-04 17:50:08 00825_protobuf_format_no_length_delimiter: [ OK ] 3.80 sec. 2024-11-04 17:50:08 00757_enum_defaults_const_analyzer: [ OK ] 0.44 sec. 2024-11-04 17:50:09 00749_inner_join_of_unnamed_subqueries: [ OK ] 0.70 sec. 2024-11-04 17:50:09 00753_alter_destination_for_storage_buffer: [ OK ] 0.90 sec. 2024-11-04 17:50:09 00740_database_in_nested_view: [ OK ] 0.75 sec. 2024-11-04 17:50:09 00754_alter_modify_column_partitions: [ OK ] 1.47 sec. 2024-11-04 17:50:09 00738_nested_merge_multidimensional_array: [ OK ] 0.57 sec. 2024-11-04 17:50:10 00732_quorum_insert_lost_part_zookeeper_long: [ OK ] 0.86 sec. 2024-11-04 17:50:10 00732_quorum_insert_lost_part_and_alive_part_zookeeper_long: [ OK ] 1.13 sec. 2024-11-04 17:50:10 00732_quorum_insert_select_with_old_data_and_without_quorum_zookeeper_long: [ OK ] 0.87 sec. 2024-11-04 17:50:10 00729_prewhere_array_join: [ OK ] 0.99 sec. 2024-11-04 17:50:11 00726_length_aliases: [ OK ] 0.37 sec. 2024-11-04 17:50:11 00908_bloom_filter_index: [ OK ] 22.15 sec. 2024-11-04 17:50:11 00725_comment_columns_long: [ OK ] 0.69 sec. 2024-11-04 17:50:11 00713_collapsing_merge_tree: [ OK ] 0.55 sec. 2024-11-04 17:50:12 00717_low_cardinaliry_group_by: [ OK ] 1.17 sec. 2024-11-04 17:50:12 00712_nan_comparison: [ OK ] 0.87 sec. 2024-11-04 17:50:12 00709_virtual_column_partition_id: [ OK ] 0.45 sec. 2024-11-04 17:50:12 00712_prewhere_with_alias: [ OK ] 0.87 sec. 2024-11-04 17:50:12 00712_prewhere_with_missing_columns: [ OK ] 0.59 sec. 2024-11-04 17:50:13 00702_join_with_using: [ OK ] 0.77 sec. 2024-11-04 17:50:14 00700_decimal_math: [ OK ] 0.98 sec. 2024-11-04 17:50:15 00704_drop_truncate_memory_table: [ OK ] 2.41 sec. 2024-11-04 17:50:16 00700_decimal_round: [ OK ] 2.25 sec. 2024-11-04 17:50:18 00700_decimal_in_keys: [ OK ] 1.19 sec. 2024-11-04 17:50:19 00700_decimal_casts: [ OK ] 4.22 sec. 2024-11-04 17:50:19 00717_low_cardinaliry_distributed_group_by: [ OK ] 9.09 sec. 2024-11-04 17:50:20 00698_validate_array_sizes_for_nested: [ OK ] 0.60 sec. 2024-11-04 17:50:20 00696_system_columns_limit: [ OK ] 0.66 sec. 2024-11-04 17:50:21 00754_distributed_optimize_skip_select_on_unused_shards: [ OK ] 12.62 sec. 2024-11-04 17:50:21 00689_join_table_function: [ OK ] 0.41 sec. 2024-11-04 17:50:21 00728_json_each_row_parsing: [ OK ] 11.16 sec. 2024-11-04 17:50:21 00697_in_subquery_shard: [ OK ] 1.39 sec. 2024-11-04 17:50:21 00688_case_without_else: [ OK ] 0.42 sec. 2024-11-04 17:50:21 00699_materialized_view_mutations: [ OK ] 3.65 sec. 2024-11-04 17:50:21 00674_has_array_enum: [ OK ] 0.40 sec. 2024-11-04 17:50:22 00668_compare_arrays_silviucpp: [ OK ] 0.60 sec. 2024-11-04 17:50:22 00688_low_cardinality_syntax: [ OK ] 1.62 sec. 2024-11-04 17:50:23 00678_shard_funnel_window: [ OK ] 1.61 sec. 2024-11-04 17:50:23 00647_select_numbers_with_offset: [ OK ] 0.46 sec. 2024-11-04 17:50:24 00646_weird_mmx: [ OK ] 0.48 sec. 2024-11-04 17:50:24 00666_uniq_complex_types: [ OK ] 1.65 sec. 2024-11-04 17:50:24 00645_date_time_input_format: [ OK ] 0.42 sec. 2024-11-04 17:50:36 00652_mergetree_mutations: [ OK ] 13.41 sec. 2024-11-04 17:50:36 00965_shard_unresolvable_addresses: [ OK ] 64.50 sec. 2024-11-04 17:50:37 00626_in_syntax: [ OK ] 1.14 sec. 2024-11-04 17:50:38 00625_arrays_in_nested: [ OK ] 1.20 sec. 2024-11-04 17:50:38 00619_extract: [ OK ] 0.81 sec. 2024-11-04 17:50:39 00617_array_in: [ OK ] 0.94 sec. 2024-11-04 17:50:40 00612_http_max_query_size_for_distributed: [ OK ] 0.72 sec. 2024-11-04 17:50:41 00608_uniq_array: [ OK ] 0.58 sec. 2024-11-04 17:50:41 00705_drop_create_merge_tree: [ OK ] 29.12 sec. 2024-11-04 17:50:42 00593_union_all_assert_columns_removed: [ OK ] 0.58 sec. 2024-11-04 17:50:43 00592_union_all_different_aliases: [ OK ] 0.48 sec. 2024-11-04 17:50:43 00591_columns_removal_union_all: [ OK ] 0.44 sec. 2024-11-04 17:50:43 00682_empty_parts_merge: [ OK ] 22.35 sec. 2024-11-04 17:50:44 00586_removing_unused_columns_from_subquery: [ OK ] 0.88 sec. 2024-11-04 17:50:44 00632_get_sample_block_cache: [ OK ] 20.35 sec. 2024-11-04 17:50:44 00578_merge_table_shadow_virtual_column: [ OK ] 0.82 sec. 2024-11-04 17:50:45 00568_empty_function_with_fixed_string: [ OK ] 0.53 sec. 2024-11-04 17:50:45 00559_filter_array_generic: [ OK ] 0.40 sec. 2024-11-04 17:50:45 00563_complex_in_expression: [ OK ] 0.67 sec. 2024-11-04 17:50:45 00551_parse_or_null: [ OK ] 0.49 sec. 2024-11-04 17:50:45 00547_named_tuples: [ OK ] 0.64 sec. 2024-11-04 17:50:46 00546_shard_tuple_element_formatting: [ OK ] 0.56 sec. 2024-11-04 17:50:46 00543_null_and_prewhere: [ OK ] 0.64 sec. 2024-11-04 17:50:46 00534_functions_bad_arguments11: [ SKIPPED ] 0.00 sec. - not running for current build 2024-11-04 17:50:46 00534_functions_bad_arguments2: [ SKIPPED ] 0.00 sec. - not running for current build 2024-11-04 17:50:46 00534_functions_bad_arguments12: [ SKIPPED ] 0.00 sec. - not running for current build 2024-11-04 17:50:47 00554_nested_and_table_engines: [ OK ] 1.96 sec. 2024-11-04 17:50:47 00539_functions_for_working_with_json: [ OK ] 0.67 sec. 2024-11-04 17:50:47 00532_topk_generic: [ OK ] 0.62 sec. 2024-11-04 17:50:47 00531_aggregate_over_nullable: [ OK ] 0.68 sec. 2024-11-04 17:50:48 00530_arrays_of_nothing: [ OK ] 0.69 sec. 2024-11-04 17:50:48 00525_aggregate_functions_of_nullable_that_return_non_nullable: [ OK ] 0.53 sec. 2024-11-04 17:50:48 00523_aggregate_functions_in_group_array: [ OK ] 0.52 sec. 2024-11-04 17:50:48 00602_throw_if: [ OK ] 7.34 sec. 2024-11-04 17:50:48 00520_tuple_values_interpreter: [ OK ] 0.53 sec. 2024-11-04 17:50:49 00531_client_ignore_error: [ OK ] 2.29 sec. 2024-11-04 17:50:49 00625_summing_merge_tree_merge: [ OK ] 11.75 sec. 2024-11-04 17:50:49 00515_shard_desc_table_functions_and_subqueries: [ OK ] 0.83 sec. 2024-11-04 17:50:51 00504_mergetree_arrays_rw: [ OK ] 1.75 sec. 2024-11-04 17:50:51 00507_array_no_params: [ OK ] 2.54 sec. 2024-11-04 17:50:51 00502_sum_map: [ OK ] 1.95 sec. 2024-11-04 17:50:51 00517_date_parsing: [ OK ] 2.93 sec. 2024-11-04 17:50:52 00505_secure: [ OK ] 2.79 sec. 2024-11-04 17:50:52 00501_http_head: [ OK ] 1.27 sec. 2024-11-04 17:50:52 00498_bitwise_aggregate_functions: [ OK ] 1.01 sec. 2024-11-04 17:50:52 00490_with_select: [ OK ] 0.49 sec. 2024-11-04 17:50:53 00488_non_ascii_column_names: [ OK ] 0.48 sec. 2024-11-04 17:50:53 00482_subqueries_and_aliases: [ OK ] 0.65 sec. 2024-11-04 17:50:53 00486_if_fixed_string: [ OK ] 0.86 sec. 2024-11-04 17:50:54 00481_create_view_for_null: [ OK ] 0.55 sec. 2024-11-04 17:50:54 00476_pretty_formats_and_widths: [ OK ] 0.51 sec. 2024-11-04 17:50:54 00470_identifiers_in_double_quotes: [ OK ] 0.41 sec. 2024-11-04 17:50:54 00464_array_element_out_of_range: [ OK ] 0.42 sec. 2024-11-04 17:50:55 00500_point_in_polygon_non_const_poly: [ OK ] 3.53 sec. 2024-11-04 17:50:55 00445_join_nullable_keys: [ OK ] 0.60 sec. 2024-11-04 17:50:55 00447_foreach_modifier: [ OK ] 1.04 sec. 2024-11-04 17:50:56 00439_fixed_string_filter: [ OK ] 0.54 sec. 2024-11-04 17:50:56 00458_merge_type_cast: [ OK ] 1.61 sec. 2024-11-04 17:50:56 00436_convert_charset: [ OK ] 0.50 sec. 2024-11-04 17:50:57 00436_fixed_string_16_comparisons: [ OK ] 1.24 sec. 2024-11-04 17:50:57 00430_https_server: [ OK ] 1.10 sec. 2024-11-04 17:50:57 00424_shard_aggregate_functions_of_nullable: [ OK ] 1.09 sec. 2024-11-04 17:50:58 00497_whitespaces_in_insert: [ OK ] 6.45 sec. 2024-11-04 17:51:00 00498_array_functions_concat_slice_push_pop: [ OK ] 9.14 sec. 2024-11-04 17:51:01 00419_show_sql_queries: [ OK ] 3.63 sec. 2024-11-04 17:51:01 00403_to_start_of_day: [ OK ] 0.39 sec. 2024-11-04 17:51:01 00409_shard_limit_by: [ OK ] 1.18 sec. 2024-11-04 17:51:02 00399_group_uniq_array_date_datetime: [ OK ] 0.65 sec. 2024-11-04 17:51:02 00397_tsv_format_synonym: [ OK ] 0.59 sec. 2024-11-04 17:51:03 00394_new_nested_column_keeps_offsets: [ OK ] 0.76 sec. 2024-11-04 17:51:03 00378_json_quote_64bit_integers: [ OK ] 0.70 sec. 2024-11-04 17:51:09 00626_replace_partition_from_table_zookeeper: [ OK ] 45.09 sec. 2024-11-04 17:51:10 00373_group_by_tuple: [ OK ] 0.72 sec. 2024-11-04 17:51:10 00364_java_style_denormals: [ OK ] 0.50 sec. 2024-11-04 17:51:12 00411_long_accurate_number_comparison_int4: [ OK ] 15.15 sec. 2024-11-04 17:51:13 00354_host_command_line_option: [ OK ] 2.35 sec. 2024-11-04 17:51:13 00348_tuples: [ OK ] 0.87 sec. 2024-11-04 17:51:14 00411_long_accurate_number_comparison_float: [ OK ] 15.53 sec. 2024-11-04 17:51:14 00347_has_tuple: [ OK ] 0.97 sec. 2024-11-04 17:51:14 00338_replicate_array_of_strings: [ OK ] 0.58 sec. 2024-11-04 17:51:15 00339_parsing_bad_arrays: [ OK ] 1.40 sec. 2024-11-04 17:51:15 00333_parser_number_bug: [ OK ] 0.45 sec. 2024-11-04 17:51:15 00334_column_aggregate_function_limit: [ OK ] 0.73 sec. 2024-11-04 17:51:17 00322_disable_checksumming: [ OK ] 1.66 sec. 2024-11-04 17:51:20 00336_shard_stack_trace: [ OK ] 5.88 sec. 2024-11-04 17:51:20 00375_shard_group_uniq_array_of_string: [ OK ] 17.33 sec. 2024-11-04 17:51:20 00307_format_xml: [ OK ] 0.42 sec. 2024-11-04 17:51:21 00300_csv: [ OK ] 0.50 sec. 2024-11-04 17:51:21 00296_url_parameters: [ OK ] 0.85 sec. 2024-11-04 17:51:21 00291_array_reduce: [ OK ] 0.47 sec. 2024-11-04 17:51:25 00282_merging: [ OK ] 3.80 sec. 2024-11-04 17:51:26 00268_aliases_without_as_keyword: [ OK ] 0.48 sec. 2024-11-04 17:51:26 00267_tuple_array_access_operators_priority: [ OK ] 0.45 sec. 2024-11-04 17:51:27 00258_materializing_tuples: [ OK ] 0.73 sec. 2024-11-04 17:51:28 00290_shard_aggregation_memory_efficient: [ OK ] 6.89 sec. 2024-11-04 17:51:28 00257_shard_no_aggregates_and_constant_keys: [ OK ] 1.52 sec. 2024-11-04 17:51:29 00236_replicated_drop_on_non_leader_zookeeper_long: [ OK ] 0.87 sec. 2024-11-04 17:51:29 00323_quantiles_timing_bug: [ OK ] 14.10 sec. 2024-11-04 17:51:30 00234_disjunctive_equality_chains_optimization: [ OK ] 0.47 sec. 2024-11-04 17:51:31 00230_array_functions_has_count_equal_index_of_non_const_second_arg: [ OK ] 1.35 sec. 2024-11-04 17:51:31 00225_join_duplicate_columns: [ OK ] 0.98 sec. 2024-11-04 17:51:32 00220_shard_with_totals_in_subquery_remote_and_limit: [ OK ] 0.93 sec. 2024-11-04 17:51:32 00240_replace_substring_loop: [ OK ] 3.96 sec. 2024-11-04 17:51:32 00219_full_right_join_column_order: [ OK ] 0.55 sec. 2024-11-04 17:51:33 00214_primary_key_order: [ OK ] 0.63 sec. 2024-11-04 17:51:33 00200_shard_distinct_order_by_limit_distributed: [ OK ] 0.71 sec. 2024-11-04 17:51:34 00205_scalar_subqueries: [ OK ] 1.46 sec. 2024-11-04 17:51:35 00197_if_fixed_string: [ OK ] 0.67 sec. 2024-11-04 17:51:35 00224_shard_distributed_aggregation_memory_efficient_and_overflows: [ OK ] 4.17 sec. 2024-11-04 17:51:35 00199_ternary_operator_type_check: [ OK ] 1.68 sec. 2024-11-04 17:51:35 00196_float32_formatting: [ OK ] 0.61 sec. 2024-11-04 17:51:36 00191_aggregating_merge_tree_and_final: [ OK ] 0.86 sec. 2024-11-04 17:51:36 00167_settings_inside_query: [ OK ] 0.92 sec. 2024-11-04 17:51:36 00157_aliases_and_lambda_formal_parameters: [ OK ] 0.42 sec. 2024-11-04 17:51:37 00152_totals_in_subquery: [ OK ] 0.45 sec. 2024-11-04 17:51:37 00151_tuple_with_array: [ OK ] 0.46 sec. 2024-11-04 17:51:40 00146_summing_merge_tree_nested_map: [ OK ] 2.39 sec. 2024-11-04 17:51:46 00145_empty_likes: [ OK ] 5.46 sec. 2024-11-04 17:52:06 00140_prewhere_column_order: [ OK ] 17.64 sec. 2024-11-04 17:52:08 00121_drop_column_zookeeper: [ OK ] 1.70 sec. 2024-11-04 17:52:08 00119_storage_join: [ OK ] 0.64 sec. 2024-11-04 17:52:11 00673_subquery_prepared_set_performance: [ OK ] 109.69 sec. 2024-11-04 17:52:12 00114_float_type_result_of_division: [ OK ] 0.43 sec. 2024-11-04 17:52:12 00098_6_union_all: [ OK ] 0.48 sec. 2024-11-04 17:52:13 00098_d_union_all: [ OK ] 0.75 sec. 2024-11-04 17:52:13 00098_3_union_all: [ OK ] 0.64 sec. 2024-11-04 17:52:32 00376_shard_group_uniq_array_of_int_array: [ OK ] 89.31 sec. 2024-11-04 17:52:33 00115_shard_in_incomplete_result: [ OK ] 24.51 sec. 2024-11-04 17:52:33 00087_distinct_of_empty_arrays: [ OK ] 0.47 sec. 2024-11-04 17:52:38 00086_concat_nary_const_with_nonconst_segfault: [ OK ] 4.25 sec. 2024-11-04 17:52:38 00077_set_keys_fit_128_bits_many_blocks: [ OK ] 0.49 sec. 2024-11-04 17:52:39 00063_check_query: [ OK ] 0.77 sec. 2024-11-04 17:52:40 00056_join_number_string: [ OK ] 0.49 sec. 2024-11-04 17:52:41 00048_b_stored_aggregates_merge: [ OK ] 1.03 sec. 2024-11-04 17:52:41 00044_sorting_by_string_descending: [ OK ] 0.59 sec. 2024-11-04 17:52:42 00034_fixed_string_to_number: [ OK ] 0.44 sec. 2024-11-04 17:52:42 00033_fixed_string_to_string: [ OK ] 0.44 sec. 2024-11-04 17:52:43 00023_agg_select_agg_subquery: [ OK ] 0.65 sec. 2024-11-04 17:52:43 00017_in_subquery_with_empty_result: [ OK ] 0.44 sec. 2024-11-04 17:52:43 00411_long_accurate_number_comparison_int1: [ OK ] 106.36 sec. 2024-11-04 17:52:44 00010_big_array_join: [ OK ] 0.44 sec. 2024-11-04 17:52:44 00003_reinterpret_as_string: [ OK ] 0.47 sec. 2024-11-04 17:52:44 2024-11-04 17:52:44 Having 1 errors! 107 tests passed. 0 tests skipped. 649.53 s elapsed (ForkPoolWorker-9). 2024-11-04 17:52:44 00001_select_1: [ OK ] 0.46 sec. 2024-11-04 17:52:44 2024-11-04 17:52:44 216 tests passed. 5 tests skipped. 649.93 s elapsed (ForkPoolWorker-2). 2024-11-04 17:53:10 00089_group_by_arrays_of_fixed: [ OK ] 38.28 sec. 2024-11-04 17:53:10 2024-11-04 17:53:10 133 tests passed. 0 tests skipped. 675.88 s elapsed (ForkPoolWorker-7). 2024-11-04 17:53:11 00186_very_long_arrays: [ OK ] 95.39 sec. 2024-11-04 17:53:11 2024-11-04 17:53:11 154 tests passed. 0 tests skipped. 676.13 s elapsed (ForkPoolWorker-4). 2024-11-04 17:53:12 00097_long_storage_buffer_race_condition: [ OK ] 58.30 sec. 2024-11-04 17:53:12 2024-11-04 17:53:12 174 tests passed. 2 tests skipped. 677.44 s elapsed (ForkPoolWorker-3). 2024-11-04 17:53:24 00312_position_case_insensitive_utf8: [ OK ] 126.68 sec. 2024-11-04 17:53:24 2024-11-04 17:53:24 Having 1 errors! 110 tests passed. 0 tests skipped. 689.31 s elapsed (ForkPoolWorker-6). 2024-11-04 17:54:10 02286_quantile_tdigest_infinity: [ OK ] 591.93 sec. 2024-11-04 17:54:10 2024-11-04 17:54:10 44 tests passed. 1 tests skipped. 735.70 s elapsed (ForkPoolWorker-5). 2024-11-04 17:55:22 00155_long_merges: [ OK ] 226.11 sec. 2024-11-04 17:55:22 2024-11-04 17:55:22 170 tests passed. 3 tests skipped. 808.01 s elapsed (ForkPoolWorker-8). 2024-11-04 17:55:22 2024-11-04 17:55:22 Running 116 stateless tests (MainProcess). 2024-11-04 17:55:22 2024-11-04 17:55:23 03171_hashed_dictionary_short_circuit_bug_fix: [ OK ] 0.55 sec. 2024-11-04 17:55:23 03000_traverse_shadow_system_data_paths: [ OK ] 0.47 sec. 2024-11-04 17:55:24 02989_system_tables_metadata_version: [ OK ] 0.78 sec. 2024-11-04 17:55:32 02980_dist_insert_readonly_replica: [ OK ] 7.39 sec. 2024-11-04 17:55:40 02933_change_cache_setting_without_restart: [ OK ] 8.33 sec. 2024-11-04 17:55:44 02918_fuzzjson_table_function: [ OK ] 3.60 sec. 2024-11-04 17:55:44 02908_empty_named_collection: [ OK ] 0.38 sec. 2024-11-04 17:55:49 02888_replicated_merge_tree_creation: [ OK ] 5.04 sec. 2024-11-04 17:55:50 02867_create_user_ssh: [ OK ] 0.48 sec. 2024-11-04 17:55:51 02843_insertion_table_schema_infer: [ OK ] 1.55 sec. 2024-11-04 17:55:52 02842_truncate_database: [ OK ] 1.11 sec. 2024-11-04 17:55:55 02789_table_functions_errors: [ OK ] 2.33 sec. 2024-11-04 17:55:55 02775_show_columns_called_from_clickhouse: [ OK ] 0.47 sec. 2024-11-04 17:55:57 02726_async_insert_flush_queue: [ OK ] 1.54 sec. 2024-11-04 17:55:58 02703_row_policies_for_database_combination: [ OK ] 1.31 sec. 2024-11-04 17:56:00 02686_postgres_protocol_decimal_256: [ OK ] 1.63 sec. 2024-11-04 17:56:06 02566_ipv4_ipv6_binary_formats: [ OK ] 6.47 sec. 2024-11-04 17:56:08 02561_temporary_table_sessions: [ OK ] 1.33 sec. 2024-11-04 17:56:13 02504_regexp_dictionary_yaml_source: [ OK ] 5.33 sec. 2024-11-04 17:56:17 02503_insert_storage_snapshot: [ OK ] 3.83 sec. 2024-11-04 17:56:18 02496_storage_s3_profile_events: [ OK ] 1.42 sec. 2024-11-04 17:56:19 02495_s3_filter_by_file: [ OK ] 0.79 sec. 2024-11-04 17:56:20 02494_query_cache_explain: [ OK ] 0.53 sec. 2024-11-04 17:56:20 02494_query_cache_min_query_duration: [ OK ] 0.50 sec. 2024-11-04 17:56:21 02494_query_cache_bugs: [ OK ] 0.57 sec. 2024-11-04 17:56:21 02494_query_cache_compression: [ OK ] 0.53 sec. 2024-11-04 17:56:22 02494_query_cache_exception_handling: [ OK ] 0.47 sec. 2024-11-04 17:56:41 02494_query_cache_user_isolation: [ OK ] 18.80 sec. 2024-11-04 17:56:44 02482_capnp_list_of_structs: [ OK ] 3.74 sec. 2024-11-04 17:58:16 02455_one_row_from_csv_memory_usage: [ OK ] 92.00 sec. 2024-11-04 17:58:16 02422_allow_implicit_no_password: [ SKIPPED ] 0.00 sec. - not running for current build 2024-11-04 17:58:24 02421_record_errors_row_by_input_format: [ OK ] 7.92 sec. 2024-11-04 17:58:25 02417_json_object_each_row_format: [ OK ] 0.49 sec. 2024-11-04 17:58:25 02411_merge_tree_zero_max_read_buffer_size: [ OK ] 0.47 sec. 2024-11-04 17:58:25 02397_system_parts_race_condition_drop_rm: [ SKIPPED ] 0.00 sec. - disabled 2024-11-04 17:58:25 02396_system_parts_race_condition_rm: [ SKIPPED ] 0.00 sec. - disabled 2024-11-04 17:58:29 02377_quota_key: [ OK ] 3.39 sec. 2024-11-04 17:58:31 02364_window_view_segfault: [ OK ] 1.93 sec. 2024-11-04 17:58:31 02323_null_modifier_in_table_function: [ OK ] 0.52 sec. 2024-11-04 17:58:33 02311_system_zookeeper_insert_priv: [ OK ] 1.88 sec. 2024-11-04 17:58:34 02294_fp_seconds_profile: [ OK ] 0.43 sec. 2024-11-04 17:58:36 02293_test_zstd_window_log_max: [ OK ] 2.64 sec. 2024-11-04 17:58:40 02270_stdin_with_query_or_infile_data: [ OK ] 3.43 sec. 2024-11-04 17:58:40 02265_rename_join_ordinary_to_atomic: [ OK ] 0.45 sec. 2024-11-04 18:00:04 02265_test_dns_profile_events: [ OK ] 84.04 sec. 2024-11-04 18:00:10 02263_lazy_mark_load: [ OK ] 5.15 sec. 2024-11-04 18:00:14 02247_names_order_in_json_and_tskv: [ OK ] 4.39 sec. 2024-11-04 18:00:15 02244_column_names_in_shcmea_inference: [ OK ] 0.52 sec. 2024-11-04 18:00:46 02241_filesystem_cache_on_write_operations: [ OK ] 31.56 sec. 2024-11-04 18:00:47 02240_filesystem_query_cache: [ OK ] 0.57 sec. 2024-11-04 18:00:47 02168_avro_bug: [ OK ] 0.51 sec. 2024-11-04 18:00:57 02149_external_schema_inference: [ OK ] 9.87 sec. 2024-11-04 18:01:13 02103_tsv_csv_custom_null_representation: [ OK ] 16.07 sec. 2024-11-04 18:01:14 02103_sql_user_defined_functions_composition: [ OK ] 0.45 sec. 2024-11-04 18:01:22 02103_with_names_and_types_parallel_parsing: [ OK ] 7.76 sec. 2024-11-04 18:01:22 02098_sql_user_defined_functions_aliases: [ OK ] 0.41 sec. 2024-11-04 18:01:52 02030_capnp_format: [ OK ] 30.19 sec. 2024-11-04 18:01:55 01945_system_warnings: [ OK ] 2.87 sec. 2024-11-04 18:01:56 01915_create_or_replace_dictionary: [ OK ] 0.65 sec. 2024-11-04 18:02:02 01889_check_row_policy_defined_using_user_function: [ OK ] 6.64 sec. 2024-11-04 18:02:03 01821_table_comment: [ OK ] 0.39 sec. 2024-11-04 18:02:04 01785_dictionary_element_count: [ OK ] 0.90 sec. 2024-11-04 18:02:05 01766_hashed_dictionary_complex_key: [ OK ] 1.06 sec. 2024-11-04 18:02:07 01765_hashed_dictionary_simple_key: [ OK ] 1.96 sec. 2024-11-04 18:02:08 01760_system_dictionaries: [ OK ] 0.86 sec. 2024-11-04 18:02:08 01759_dictionary_unique_attribute_names: [ OK ] 0.63 sec. 2024-11-04 18:02:10 01753_direct_dictionary_simple_key: [ OK ] 1.61 sec. 2024-11-04 18:02:11 01747_executable_pool_dictionary_implicit_key: [ OK ] 1.13 sec. 2024-11-04 18:02:55 01747_system_session_log_long: [ OK ] 43.64 sec. 2024-11-04 18:02:56 01746_executable_pool_dictionary: [ OK ] 1.15 sec. 2024-11-04 18:03:01 01656_test_query_log_factories_info: [ OK ] 4.74 sec. 2024-11-04 18:03:02 01625_constraints_index_append: [ OK ] 0.67 sec. 2024-11-04 18:03:02 01602_show_create_view: [ OK ] 0.74 sec. 2024-11-04 18:03:12 01600_log_queries_with_extensive_info: [ OK ] 9.32 sec. 2024-11-04 18:03:15 01545_system_errors: [ OK ] 3.59 sec. 2024-11-04 18:03:19 01543_avro_deserialization_with_lc: [ OK ] 3.87 sec. 2024-11-04 18:03:22 01524_do_not_merge_across_partitions_select_final: [ OK ] 3.05 sec. 2024-11-04 18:03:23 01516_create_table_primary_key: [ OK ] 0.84 sec. 2024-11-04 18:03:27 01507_clickhouse_server_start_with_embedded_config: [ OK ] 4.29 sec. 2024-11-04 18:03:28 01494_storage_join_persistency: [ OK ] 0.58 sec. 2024-11-04 18:03:29 01493_storage_set_persistency: [ OK ] 0.62 sec. 2024-11-04 18:03:29 01474_executable_dictionary: [ SKIPPED ] 0.00 sec. - not running for current build 2024-11-04 18:03:29 01471_calculate_ttl_during_merge: [ OK ] 0.76 sec. 2024-11-04 18:03:30 01455_rank_correlation_spearman: [ OK ] 0.68 sec. 2024-11-04 18:03:58 01396_inactive_replica_cleanup_nodes_zookeeper: [ OK ] 28.11 sec. 2024-11-04 18:03:59 01383_remote_ambiguous_column_shard: [ OK ] 0.66 sec. 2024-11-04 18:04:00 01355_ilike: [ OK ] 0.87 sec. 2024-11-04 18:04:14 01318_long_unsuccessful_mutation_zookeeper: [ OK ] 14.48 sec. 2024-11-04 18:04:15 01293_system_distribution_queue: [ OK ] 0.62 sec. 2024-11-04 18:04:20 01280_ssd_complex_key_dictionary: [ OK ] 4.62 sec. 2024-11-04 18:04:33 01275_parallel_mv: [ OK ] 13.51 sec. 2024-11-04 18:04:34 01257_dictionary_mismatch_types: [ OK ] 0.89 sec. 2024-11-04 18:04:35 01254_dict_create_without_db: [ OK ] 0.56 sec. 2024-11-04 18:04:36 01251_dict_is_in_infinite_loop: [ OK ] 0.98 sec. 2024-11-04 18:04:36 01249_bad_arguments_for_bloom_filter: [ OK ] 0.70 sec. 2024-11-04 18:04:38 01232_extremes: [ OK ] 1.10 sec. 2024-11-04 18:05:56 01200_mutations_memory_consumption: [ OK ] 78.46 sec. 2024-11-04 18:06:14 01161_all_system_tables: [ OK ] 17.85 sec. 2024-11-04 18:06:16 01155_rename_move_materialized_view: [ OK ] 1.70 sec. 2024-11-04 18:06:16 01110_dictionary_layout_without_arguments: [ OK ] 0.45 sec. 2024-11-04 18:06:17 01103_distributed_product_mode_local_column_renames: [ OK ] 1.05 sec. 2024-11-04 18:07:14 01079_parallel_alter_add_drop_column_zookeeper: [ OK ] 56.32 sec. 2024-11-04 18:08:16 01079_parallel_alter_modify_zookeeper_long: [ OK ] 62.15 sec. 2024-11-04 18:08:19 01078_window_view_alter_query_watch: [ OK ] 2.88 sec. 2024-11-04 18:08:31 01072_window_view_multiple_columns_groupby: [ OK ] 11.86 sec. 2024-11-04 18:08:32 01065_window_view_event_hop_watch_bounded: [ OK ] 1.46 sec. 2024-11-04 18:08:34 01062_window_view_event_hop_watch_asc: [ OK ] 1.74 sec. 2024-11-04 18:08:38 01053_ssd_dictionary: [ OK ] 4.15 sec. 2024-11-04 18:08:45 01042_system_reload_dictionary_reloads_completely: [ OK ] 7.45 sec. 2024-11-04 18:08:46 01036_no_superfluous_dict_reload_on_create_database_2: [ OK ] 0.73 sec. 2024-11-04 18:08:48 01018_dictionaries_from_dictionaries: [ OK ] 1.54 sec. 2024-11-04 18:08:59 01003_kill_query_race_condition: [ OK ] 11.18 sec. 2024-11-04 18:09:00 00985_merge_stack_overflow: [ OK ] 0.75 sec. 2024-11-04 18:09:01 00950_dict_get: [ OK ] 1.68 sec. 2024-11-04 18:09:06 00933_test_fix_extra_seek_on_compressed_cache: [ OK ] 5.03 sec. 2024-11-04 18:09:08 00510_materizlized_view_and_deduplication_zookeeper: [ OK ] 1.41 sec. 2024-11-04 18:09:08 2024-11-04 18:09:08 112 tests passed. 4 tests skipped. 825.51 s elapsed (MainProcess). 2024-11-04 18:09:14 Won't run stateful tests because test data wasn't loaded. 2024-11-04 18:09:14 Checking the hung queries: done 2024-11-04 18:09:14 2024-11-04 18:09:14 No queries hung. 2024-11-04 18:09:14 All tests have finished. 2024-11-04 18:09:14 2024-11-04 18:09:14 Top patterns of log messages: 2024-11-04 18:09:14 2024-11-04 18:09:14 count count_% size size_% uniq_loggers uniq_threads levels background_% message_format_string 2024-11-04 18:09:14 2024-11-04 18:09:14 1. 39006 0.051 2.25 MiB 0.011 24 507 ['Trace'] 0.002 Access granted: {}{} 2024-11-04 18:09:14 2. 33872 0.045 8.75 MiB 0.044 1 156 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {}) 2024-11-04 18:09:14 3. 33858 0.044 5.07 MiB 0.026 4 155 ['Trace'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {} 2024-11-04 18:09:14 4. 27421 0.036 1.21 MiB 0.006 1 1 ['Trace'] 1 Processing requests batch, size: {}, bytes: {} 2024-11-04 18:09:14 5. 27385 0.036 772.74 KiB 0.004 1 154 ['Debug'] 0 Processed in {} sec. 2024-11-04 18:09:14 6. 25792 0.034 3.48 MiB 0.018 1 2 ['Trace'] 1 Creating part at path {} 2024-11-04 18:09:14 7. 22903 0.03 57.51 MiB 0.291 1 304 ['Trace'] 0.004 Query {} to stage {}{} 2024-11-04 18:09:14 8. 22730 0.03 57.96 MiB 0.293 1 304 ['Trace'] 0.004 Query {} from stage {} to stage {}{} 2024-11-04 18:09:14 9. 21641 0.028 1.50 MiB 0.008 1 1336 ['Trace'] 0.307 Reserved {} on local disk {}, having unreserved {}. 2024-11-04 18:09:14 10. 19159 0.025 2.29 MiB 0.012 712 683 ['Trace'] 0.203 Renaming temporary part {} to {} with tid {}. 2024-11-04 18:09:14 11. 18500 0.024 1.25 MiB 0.006 719 1081 ['Trace'] 0.304 Trying to reserve {} using storage policy from min volume index {} 2024-11-04 18:09:14 12. 17840 0.023 1.57 MiB 0.008 1 1038 ['Trace'] 0 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.) 2024-11-04 18:09:14 13. 17677 0.023 1.38 MiB 0.007 1 131 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec. 2024-11-04 18:09:14 14. 17120 0.022 854.99 KiB 0.004 1 664 ['Trace'] 0.133 filled checksums {} 2024-11-04 18:09:14 15. 14014 0.018 415.19 KiB 0.002 1 1036 ['Trace'] 0 Aggregation method: {} 2024-11-04 18:09:14 16. 12972 0.017 1.05 MiB 0.005 6 252 ['Debug'] 0.992 {} Authenticating user '{}' from {} 2024-11-04 18:09:14 17. 12714 0.017 1.39 MiB 0.007 6 252 ['Debug'] 0.992 {} Authenticated with global context as user {} 2024-11-04 18:09:14 18. 12688 0.017 1.09 MiB 0.006 6 248 ['Debug'] 0.992 {} Logout, user_id: {} 2024-11-04 18:09:14 19. 12584 0.017 1.34 MiB 0.007 4 156 ['Debug'] 1 {} Creating session context with user_id: {} 2024-11-04 18:09:14 20. 11367 0.015 550.44 KiB 0.003 1 166 ['Debug'] 0.225 Peak memory usage{}: {}. 2024-11-04 18:09:14 21. 10522 0.014 1016.41 KiB 0.005 1 82 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part 2024-11-04 18:09:14 22. 10352 0.014 942.11 KiB 0.005 81 517 ['Trace'] 0.999 Insert entry {} to queue with type {} 2024-11-04 18:09:14 23. 10183 0.013 834.85 KiB 0.004 97 1105 ['Trace'] 0.966 Part {} is not stored on zero-copy replicated disk, blobs can be removed 2024-11-04 18:09:14 24. 9653 0.013 103.69 KiB 0.001 1 1033 ['Trace'] 0 Aggregating 2024-11-04 18:09:14 25. 8771 0.012 923.30 KiB 0.005 1 28 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {} 2024-11-04 18:09:14 26. 8022 0.011 1.48 MiB 0.007 2 113 ['Trace'] 1 HTTP Request for {}. Method: {}, Address: {}, User-Agent: {}{}, Content Type: {}, Transfer Encoding: {}, X-Forwarded-For: {} 2024-11-04 18:09:14 27. 8012 0.011 3.86 MiB 0.02 2 113 ['Trace'] 1 Request URI: {} 2024-11-04 18:09:14 28. 7877 0.01 639.50 KiB 0.003 1 996 ['Trace'] 0 An entry for key={} found in cache: sum_of_sizes={}, median_size={} 2024-11-04 18:09:14 29. 7782 0.01 159.59 KiB 0.001 2 113 ['Debug'] 0.211 Done processing query 2024-11-04 18:09:14 30. 6450 0.008 621.91 KiB 0.003 1 156 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}. 2024-11-04 18:09:14 31. 6450 0.008 212.50 KiB 0.001 2 156 ['Trace'] 1 TCP Request. Address: {} 2024-11-04 18:09:14 32. 6389 0.008 168.46 KiB 0.001 1 150 ['Debug'] 1 Done processing connection. 2024-11-04 18:09:14 33. 5797 0.008 203.83 KiB 0.001 1 16 ['Trace'] 1 Keeper request. Address: {} 2024-11-04 18:09:14 34. 5553 0.007 401.64 KiB 0.002 74 133 ['Debug'] 0 Wrote block with ID '{}', {} rows{} 2024-11-04 18:09:14 35. 5343 0.007 166.97 KiB 0.001 1 15 ['Debug'] 1 Receive four letter command {} 2024-11-04 18:09:14 36. 5073 0.007 425.76 KiB 0.002 536 140 ['Trace'] 0.002 Reading {} ranges in{}order from part {}, approx. {} rows starting from {} 2024-11-04 18:09:14 37. 5050 0.007 249.34 KiB 0.001 1 280 ['Trace'] 0.002 Merging partially aggregated blocks (bucket = {}). 2024-11-04 18:09:14 38. 5050 0.007 747.41 KiB 0.004 1 280 ['Debug'] 0.002 Merged partially aggregated blocks for bucket #{}. Got {} rows, {} from {} source rows in {} sec. ({:.3f} rows/sec., {}/sec.) 2024-11-04 18:09:14 39. 3981 0.005 101.20 KiB 0 79 516 ['Debug'] 0.998 Pulled {} entries to queue. 2024-11-04 18:09:14 40. 3981 0.005 229.49 KiB 0.001 79 516 ['Debug'] 0.998 Pulling {} entries to queue: {} - {} 2024-11-04 18:09:14 41. 3606 0.005 80.99 KiB 0 1 967 ['Trace'] 0 Merging aggregated data 2024-11-04 18:09:14 42. 3522 0.005 144.79 KiB 0.001 70 33 ['Debug'] 0.455 Committing part {} to zookeeper 2024-11-04 18:09:14 43. 3510 0.005 486.89 KiB 0.002 84 507 ['Trace'] 1 Checked {} partitions, found {} partitions with parts that may be merged: [{}] (max_total_size_to_merge={}, merge_with_ttl_allowed={}) 2024-11-04 18:09:14 44. 3419 0.004 292.53 KiB 0.001 158 510 ['Trace'] 1 Scheduling next merge selecting task after {}ms, current attempt status: {} 2024-11-04 18:09:14 45. 3358 0.004 259.06 KiB 0.001 1 125 ['Trace'] 0 Query span trace_id for opentelemetry log: {} 2024-11-04 18:09:14 46. 3250 0.004 411.66 KiB 0.002 1 511 ['Information'] 1 Have {} tables in drop queue ({} of them are in use), will try drop {} 2024-11-04 18:09:14 47. 3250 0.004 641.35 KiB 0.003 1 511 ['Information'] 1 Removing metadata {} of dropped table {} 2024-11-04 18:09:14 48. 3237 0.004 240.25 KiB 0.001 1 101 ['Debug'] 0 Waiting for table {} to be finally dropped 2024-11-04 18:09:14 49. 3163 0.004 126.56 KiB 0.001 69 32 ['Debug'] 0.507 Part {} committed to zookeeper 2024-11-04 18:09:14 50. 2862 0.004 77.58 KiB 0 610 189 ['Debug'] 0.027 Key condition: {} 2024-11-04 18:09:14 51. 2782 0.004 300.97 KiB 0.001 9 492 ['Trace'] 1 Cannot execute alter metadata {} with version {} because another alter {} must be executed before 2024-11-04 18:09:14 52. 2722 0.004 495.42 KiB 0.002 1 58 ['Debug'] 0.001 After join block: '{}' 2024-11-04 18:09:14 53. 2722 0.004 354.93 KiB 0.002 1 58 ['Debug'] 0.001 Before join block: '{}' 2024-11-04 18:09:14 54. 2680 0.004 307.01 KiB 0.002 605 188 ['Debug'] 0.029 Selected {}/{} parts by partition key, {} parts by primary key, {}/{} marks by primary key, {} marks to read from {} ranges 2024-11-04 18:09:14 55. 2548 0.003 22.39 KiB 0 2 99 ['Trace'] 0.002 No tables 2024-11-04 18:09:14 56. 2540 0.003 52.09 KiB 0 1 913 ['Debug'] 1 Stop worker in {} 2024-11-04 18:09:14 57. 2540 0.003 176.28 KiB 0.001 1 669 ['Debug'] 1 Finish load job '{}' with status {} 2024-11-04 18:09:14 58. 2540 0.003 173.80 KiB 0.001 1 99 ['Debug'] 0.002 Schedule load job '{}' into {} 2024-11-04 18:09:14 59. 2540 0.003 79.38 KiB 0 1 764 ['Debug'] 0.499 Spawn loader worker #{} in {} 2024-11-04 18:09:14 60. 2540 0.003 166.36 KiB 0.001 1 669 ['Debug'] 1 Execute load job '{}' in {} 2024-11-04 18:09:14 61. 2539 0.003 201.03 KiB 0.001 1 99 ['Debug'] 0.002 Prioritize load job '{}': {} -> {} 2024-11-04 18:09:14 62. 2532 0.003 84.07 KiB 0 1 800 ['Debug'] 0.501 Change current priority: {} -> {} 2024-11-04 18:09:14 63. 2520 0.003 133.30 KiB 0.001 210 534 ['Debug'] 0.848 Selected {} parts from {} to {} 2024-11-04 18:09:14 64. 2363 0.003 122.30 KiB 0.001 548 187 ['Trace'] 0.031 Spreading mark ranges among streams (default reading) 2024-11-04 18:09:14 65. 2277 0.003 239.93 KiB 0.001 1 87 ['Trace'] 0.033 PREWHERE condition was split into {} steps: {} 2024-11-04 18:09:14 66. 2242 0.003 80.98 KiB 0 15 15 ['Trace'] 1 Flushed system log up to offset {} 2024-11-04 18:09:14 67. 2242 0.003 130.52 KiB 0.001 15 15 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {} 2024-11-04 18:09:14 68. 2094 0.003 166.84 KiB 0.001 1 874 ['Trace'] 0 Statistics updated for key={}: new sum_of_sizes={}, median_size={} 2024-11-04 18:09:14 69. 2003 0.003 163.51 KiB 0.001 1 83 ['Debug'] 0 Merging {} parts: from {} to {} into {} with storage {} 2024-11-04 18:09:14 70. 2002 0.003 67.91 KiB 0 1 83 ['Debug'] 0 Selected MergeAlgorithm: {} 2024-11-04 18:09:14 71. 1998 0.003 258.17 KiB 0.001 1 83 ['Debug'] 0 Merge sorted {} rows, containing {} columns ({} merged, {} gathered) in {} sec., {} rows/sec., {}/sec. 2024-11-04 18:09:14 72. 1995 0.003 128.31 KiB 0.001 215 83 ['Trace'] 0 Merged {} parts: [{}, {}] -> {} 2024-11-04 18:09:14 73. 1869 0.002 54.76 KiB 0 158 485 ['Debug'] 0.996 Updating strategy picker state 2024-11-04 18:09:14 74. 1668 0.002 250.16 KiB 0.001 1 452 ['Information'] 0.001 Done writing part of data into temporary file {}, compressed {}, uncompressed {} 2024-11-04 18:09:14 75. 1668 0.002 188.95 KiB 0.001 1 458 ['Information'] 0.001 Sorting and writing part of data into temporary file {} 2024-11-04 18:09:14 76. 1649 0.002 141.71 KiB 0.001 40 33 ['Trace'] 0.98 Trying to fetch with zero-copy replication, but disk is not provided, will try to select 2024-11-04 18:09:14 77. 1649 0.002 59.58 KiB 0 40 33 ['Trace'] 0.98 Checking disk {} with type {} 2024-11-04 18:09:14 78. 1645 0.002 232.51 KiB 0.001 40 31 ['Debug'] 0.98 Fetching part {} from {}:{} 2024-11-04 18:09:14 79. 1639 0.002 31.85 KiB 0 40 33 ['Debug'] 0.98 Downloading files {} 2024-11-04 18:09:14 80. 1639 0.002 77.23 KiB 0 40 33 ['Debug'] 0.98 Downloading part {} onto disk {}. 2024-11-04 18:09:14 81. 1639 0.002 91.63 KiB 0 40 33 ['Debug'] 0.98 Download of part {} onto disk {} finished. 2024-11-04 18:09:14 82. 1639 0.002 139.25 KiB 0.001 40 33 ['Trace'] 0.98 Disk for fetch is not provided, getting disk from reservation {} with type '{}' 2024-11-04 18:09:14 83. 1639 0.002 40.41 KiB 0 40 28 ['Trace'] 1 Sending part {} 2024-11-04 18:09:14 84. 1637 0.002 28.78 KiB 0 1549 141 ['Debug'] 0.032 Loading data parts 2024-11-04 18:09:14 85. 1635 0.002 229.72 KiB 0.001 40 31 ['Debug'] 0.98 Fetched part {} from {}:{}{} 2024-11-04 18:09:14 86. 1610 0.002 36.16 KiB 0 1549 138 ['Debug'] 0.03 There are no data parts 2024-11-04 18:09:14 87. 1546 0.002 99.64 KiB 0 1524 492 ['Information'] 0.977 dropAllData: removing table directory recursive to cleanup garbage 2024-11-04 18:09:14 88. 1546 0.002 64.92 KiB 0 1524 492 ['Information'] 0.977 dropAllData: clearing temporary directories 2024-11-04 18:09:14 89. 1546 0.002 27.18 KiB 0 1524 492 ['Trace'] 0.977 dropAllData: done. 2024-11-04 18:09:14 90. 1546 0.002 46.80 KiB 0 1524 492 ['Trace'] 0.977 dropAllData: waiting for locks. 2024-11-04 18:09:14 91. 1546 0.002 89.20 KiB 0 1524 492 ['Trace'] 0.977 dropAllData: removing data parts (count {}) from filesystem. 2024-11-04 18:09:14 92. 1546 0.002 116.25 KiB 0.001 1524 492 ['Information'] 0.977 dropAllData: remove format_version.txt, detached, moving and write ahead logs 2024-11-04 18:09:14 93. 1546 0.002 73.98 KiB 0 1524 492 ['Trace'] 0.977 dropAllData: removing all data parts from memory. 2024-11-04 18:09:14 94. 1471 0.002 135.34 KiB 0.001 4 50 ['Debug'] 0 Waiting for currently running merges ({} parts are merging right now) to perform OPTIMIZE FINAL 2024-11-04 18:09:14 95. 1461 0.002 178.49 KiB 0.001 1 2 ['Trace'] 1 MemoryTracking: was {}, peak {}, free memory in arenas {}, will set to {} (RSS), difference: {} 2024-11-04 18:09:14 96. 1460 0.002 132.03 KiB 0.001 1 713 ['Debug'] 0.003 Merge sorted {} blocks, {} rows in {} sec., {} rows/sec., {}/sec 2024-11-04 18:09:14 97. 1346 0.002 75.88 KiB 0 27 105 ['Trace'] 0.948 List of all grants: {} 2024-11-04 18:09:14 98. 1346 0.002 102.53 KiB 0.001 27 105 ['Trace'] 0.948 Settings: readonly = {}, allow_ddl = {}, allow_introspection_functions = {} 2024-11-04 18:09:14 99. 1346 0.002 169.84 KiB 0.001 27 105 ['Trace'] 0.948 List of all grants including implicit: {} 2024-11-04 18:09:15 100. 1274 0.002 75.78 KiB 0 1 99 ['Information'] 0.002 Parsed metadata of {} tables in {} databases in {} sec 2024-11-04 18:09:15 2024-11-04 18:09:15 2024-11-04 18:09:15 2024-11-04 18:09:15 Top messages without format string (fmt::runtime): 2024-11-04 18:09:15 2024-11-04 18:09:15 count pattern runtime_message line 2024-11-04 18:09:15 2024-11-04 18:09:15 1. 67 DBExceptionThereisnouserinvalids DB::Exception: There is no user `invalid_session_log_test_xml_user` in user directories ('',0) 2024-11-04 18:09:15 2. 66 Connectiontomysqlfailedtimes Connection to mysql failed 1 times ('',0) 2024-11-04 18:09:15 3. 39 DBExceptionsessionlogtestusercbc DB::Exception: session_log_test_user_3c503bc047e339828c8ba29cff82c81c_plaintext_password_no_profiles_no_roles: Authentication failed: password is incorrect, or there is no user with such name. ('',0) 2024-11-04 18:09:15 4. 39 Connectiontosystemasuserinvalids Connection to system@127.0.0.1:9004 as user invalid_session_log_test_xml_user failed: mysqlxx::ConnectionFailed: There is no user `invalid_session_log_test_xml_user` in user directories ((nullptr):9004) ('',0) 2024-11-04 18:09:15 5. 27 Connectiontosystemasusersessionl Connection to system@127.0.0.1:9004 as user session_log_test_user_3c503bc047e339828c8ba29cff82c81c_plaintext_password_no_profiles_no_roles failed: mysqlxx::ConnectionFailed: session_log_test_user_3c503bc047e339828c8ba29cff82c81c_plaintext_password_no_profi ('',0) 2024-11-04 18:09:15 6. 16 CodeDBExceptionReceivedfromDBExc Code: 395. DB::Exception: Received from 127.2:9000. DB::Exception: Value passed to 'throwIf' function is non-zero: while executing 'FUNCTION throwIf(not(__table1.dummy) :: 0) -> throwIf(not(__table1.dummy)) UInt8 : 2'. Stack trace: 2024-11-04 18:09:15 2024-11-04 18:09:15 0. ./contrib/llvm-proje ('/executeQuery.cpp',218) 2024-11-04 18:09:15 7. 8 CodeDBExceptionReceivedfromlocal Code: 242. DB::Exception: Received from localhost:9000. DB::Exception: Table is in readonly mode: replica_path=/tables/shard_1/data/replicas/read. Stack trace: 2024-11-04 18:09:15 2024-11-04 18:09:15 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const ('/executeQuery.cpp',218) 2024-11-04 18:09:15 8. 7 PocoExceptionCodeecodeNetExcepti Poco::Exception. Code: 1000, e.code() = 107, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): 2024-11-04 18:09:15 2024-11-04 18:09:15 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, ('/Exception.cpp',222) 2024-11-04 18:09:15 9. 6 CodeDBExceptionSyntaxerrorfailed Code: 62. DB::Exception: Syntax error: failed at position 8 ('$'): $$ab 2024-11-04 18:09:15 . Expected one of: ALL, DISTINCT ON, DISTINCT, TOP, not empty list of expressions, list of expressions, list of elements, expression with optional alias, element of expression with opt ('/executeQuery.cpp',218) 2024-11-04 18:09:15 10. 4 CodeDBExceptionFailedtogetobject Code: 499. DB::Exception: Failed to get object info: No response body.. HTTP response code: 404: While executing S3. (S3_ERROR) (version 24.3.12.76.altinitystable (altinity build)) (from [::1]:60460) (comment: 02752_forbidden_headers.sql) (in query: SELECT ('/executeQuery.cpp',218) 2024-11-04 18:09:15 11. 4 CodeDBExceptionSQLitedatabasefil Code: 481. DB::Exception: SQLite database file path '/etc/passwd' must be inside 'user_files' directory. (PATH_ACCESS_DENIED) (version 24.3.12.76.altinitystable (altinity build)) (from [::1]:52672) (comment: 02918_sqlite_path_check.sh) (in query: Select * ('/executeQuery.cpp',218) 2024-11-04 18:09:15 12. 3 IfthesignaturecheckfailedThiscou If the signature check failed. This could be because of a time skew. Attempting to adjust the signer. ('/AWSLogger.cpp',71) 2024-11-04 18:09:15 13. 2 CodeDBExceptionNumberequalswhile Code: 395. DB::Exception: Number equals 1000: while executing 'FUNCTION throwIf(equals(__table1.number, 1000_UInt16) :: 0, 'Number equals 1000'_String :: 2) -> throwIf(equals(__table1.number, 1000_UInt16), 'Number equals 1000'_String) UInt8 : 1'. (FUNCTION ('/executeQuery.cpp',218) 2024-11-04 18:09:15 14. 1 Electiontimeoutinitiateleaderele Election timeout, initiate leader election ('/LoggerWrapper.h',43) 2024-11-04 18:09:15 15. 1 bgappendentriesthreadinitiated bg append_entries thread initiated ('/LoggerWrapper.h',43) 2024-11-04 18:09:15 16. 1 newconfigurationlogidxprevlogidx new configuration: log idx 1, prev log idx 0 2024-11-04 18:09:15 peer 1, DC ID 0, localhost:9234, voting member, 1 2024-11-04 18:09:15 my id: 1, leader: 1, term: 1 ('/LoggerWrapper.h',43) 2024-11-04 18:09:15 17. 1 waitforHBforms wait for HB, for 50 + [0, 0] ms ('/LoggerWrapper.h',43) 2024-11-04 18:09:15 18. 1 statemachinecommitindexprecommit state machine commit index 0, precommit index 0, last log index 0 ('/LoggerWrapper.h',43) 2024-11-04 18:09:15 19. 1 Forkedachildprocesstowatch Forked a child process to watch ('',0) 2024-11-04 18:09:15 20. 1 Failedtomakerequesttohttplocalho Failed to make request to: http://localhost:8123/123/4: Poco::Exception. Code: 1000, e.code() = 0, Syntax error: Not a valid integer: 'is', Stack trace (when copying this message, always include the lines below): 2024-11-04 18:09:15 2024-11-04 18:09:15 0. ./contrib/llvm-project/libcxx/include/e ('/PocoHTTPClient.cpp',576) 2024-11-04 18:09:15 21. 1 PocoExceptionCodeecodeNotfoundbo Poco::Exception. Code: 1000, e.code() = 0, Not found: boundary, Stack trace (when copying this message, always include the lines below): 2024-11-04 18:09:15 2024-11-04 18:09:15 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x000000001d1 ('/Exception.cpp',222) 2024-11-04 18:09:15 22. 1 invalidelectiontimeoutupperbound invalid election timeout upper bound detected, adjusted to 0 ('/LoggerWrapper.h',43) 2024-11-04 18:09:15 23. 1 numberofpendingcommitelements number of pending commit elements: 0 ('/LoggerWrapper.h',43) 2024-11-04 18:09:15 24. 1 INITRAFTSERVERcommitindextermele === INIT RAFT SERVER === 2024-11-04 18:09:15 commit index 0 2024-11-04 18:09:15 term 0 2024-11-04 18:09:15 election timer allowed 2024-11-04 18:09:15 log store start 1, end 0 2024-11-04 18:09:15 config log idx 0, prev log idx 0 2024-11-04 18:09:15 -- ASYNC REPLICATION -- ('/LoggerWrapper.h',43) 2024-11-04 18:09:15 25. 1 ELECTIONTIMEOUTcurrentrolefollow [ELECTION TIMEOUT] current role: follower, log last term 0, state term 0, target p 1, my p 1, hb dead, pre-vote NOT done ('/LoggerWrapper.h',43) 2024-11-04 18:09:15 26. 1 globalmanagerdoesnotexistwilluse global manager does not exist. will use local thread for commit and append ('/LoggerWrapper.h',43) 2024-11-04 18:09:15 27. 1 BECOMELEADERappendednewconfigat [BECOME LEADER] appended new config at 1 ('/LoggerWrapper.h',43) 2024-11-04 18:09:15 28. 1 newconfiglogidxprevlogidxcurconf new config log idx 1, prev log idx 0, cur config log idx 0, prev log idx 0 ('/LoggerWrapper.h',43) 2024-11-04 18:09:15 29. 1 PRIORITYdecaytargetmine [PRIORITY] decay, target 1 -> 1, mine 1 ('/LoggerWrapper.h',43) 2024-11-04 18:09:43 30. 1 newelectiontimeoutrange new election timeout range: 0 - 0 ('/LoggerWrapper.h',43) 2024-11-04 18:09:43 2024-11-04 18:09:43 2024-11-04 18:09:43 2024-11-04 18:09:43 Top messages not matching their format strings: 2024-11-04 18:09:43 2024-11-04 18:09:43 message_format_string count() any_message 2024-11-04 18:09:43 2024-11-04 18:09:43 1. 161 Forked a child process to watch 2024-11-04 18:09:43 2. {} is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) 20 /var/lib/clickhouse/store/029/029a61aa-4156-40e5-acb7-e2facc518372/tmp_merge_202411_1_31_6/ is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) (skipped 1 similar messages) 2024-11-04 18:09:43 3. Query {} to stage {}{} 2 Query SELECT length(__table1.str) AS `length(str)`, if(lowerUTF8(__table1.str) = '�', concat('0x', hex(__table1.str)), lowerUTF8(__table1.str)) AS `if(equals(l_, '�'), h_, l_)`, if(upperUTF8(__table1.str) = '�', concat('0x', hex(__table1.str)), upperUTF8(__table1.str)) AS `if(equals(u_, '�'), h_, u_)` FROM test_if64kfw2.utf8_overlap AS __table1 to stage Complete 2024-11-04 18:09:43 4. Query {} from stage {} to stage {}{} 2 Query SELECT length(__table1.str) AS `length(str)`, if(lowerUTF8(__table1.str) = '�', concat('0x', hex(__table1.str)), lowerUTF8(__table1.str)) AS `if(equals(l_, '�'), h_, l_)`, if(upperUTF8(__table1.str) = '�', concat('0x', hex(__table1.str)), upperUTF8(__table1.str)) AS `if(equals(u_, '�'), h_, u_)` FROM test_if64kfw2.utf8_overlap AS __table1 from stage FetchColumns to stage Complete 2024-11-04 18:09:43 2024-11-04 18:09:43 2024-11-04 18:09:43 2024-11-04 18:09:43 Top short messages: 2024-11-04 18:09:43 2024-11-04 18:09:43 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate 2024-11-04 18:09:43 2024-11-04 18:09:43 1. 71 {}:{}: '{}' src/Processors/Transforms/MergeJoinTransform.cpp:836: ' UInt64(size = 1) String(size = 1) UInt64(size = 1) Int64(size = 62 2024-11-04 18:09:43 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate 2024-11-04 18:09:43 2024-11-04 18:09:43 2. 6 Bad SSH public key provided Code: 706. DB::Exception: Bad SSH public key provided. (LIBSSH_ERROR) (version 24.3.12.76.altinitystable (altinity build 29 2024-11-04 18:09:43 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate 2024-11-04 18:09:43 2024-11-04 18:09:43 3. 5 {} Server was built with sanitizer. It will work slowly. 27 2024-11-04 18:09:43 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate 2024-11-04 18:09:43 2024-11-04 18:09:43 4. 2 Path to archive is empty Code: 36. DB::Exception: Path to archive is empty. (BAD_ARGUMENTS) (version 24.3.12.76.altinitystable (altinity build)) 25 2024-11-04 18:09:43 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate 2024-11-04 18:09:43 2024-11-04 18:09:43 5. 1 Froze {} parts Froze 1 parts -13 2024-11-04 18:09:43 2024-11-04 18:09:43 2024-11-04 18:09:43 2024-11-04 18:09:43 Top messages by level: 2024-11-04 18:09:43 2024-11-04 18:09:43 (0.0008294213604872587,'Table {}.{} does not exist. Maybe you meant {}.{}?') Error 2024-11-04 18:09:43 (0.000593193757816837,'Not enabled four letter command {}') Warning 2024-11-04 18:09:43 (0.004265220603771505,'Removing metadata {} of dropped table {}') Information 2024-11-04 18:09:43 (0.044458034822573385,'(from {}{}{}){}{} {} (stage: {})') Debug 2024-11-04 18:09:43 (0.051197083376532365,'Access granted: {}{}') Trace 2024-11-04 18:09:43 2024-11-04 18:09:43 + set -e + [[ 0 -eq 124 ]] + return 0 + echo 'Files in current directory' + ls -la ./ Files in current directory total 137444 drwxr-xr-x 1 root root 4096 Nov 4 18:03 . drwxr-xr-x 1 root root 4096 Nov 4 18:03 .. -rw-rw-r-- 1 1000 1000 300 Nov 4 17:38 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1566 Jun 12 23:03 attach_gdb.lib -rw-r--r-- 1 root root 1481 Nov 4 17:41 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4237 Nov 4 17:41 __azurite_db_blob__.json -rw-r--r-- 1 root root 45352 Nov 4 18:09 azurite_log lrwxrwxrwx 1 root root 7 Apr 26 2024 bin -> usr/bin drwxr-xr-x 2 root root 4096 Nov 4 17:41 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot drwxr-xr-x 5 root root 340 Nov 4 17:40 dev -rwxr-xr-x 1 root root 0 Nov 4 17:40 .dockerenv drwxr-xr-x 1 root root 4096 Nov 4 17:40 etc drwxr-xr-x 1 1000 1000 4096 Nov 4 17:40 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Apr 26 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Apr 26 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Apr 26 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Apr 26 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21843968 Jun 12 23:04 mc drwxr-xr-x 2 root root 4096 Apr 26 2024 media -rwxr-xr-x 1 root root 118595584 Jun 12 23:04 minio drwxr-xr-x 4 root root 4096 Nov 4 17:40 minio_data drwxr-xr-x 2 root root 4096 Apr 26 2024 mnt drwxr-xr-x 2 root root 4096 Apr 26 2024 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 Nov 4 17:40 package_folder drwxr-x--- 2 root root 4096 Nov 4 18:03 preprocessed_configs dr-xr-xr-x 312 root root 0 Nov 4 17:40 proc -rwxrwxr-x 1 root root 7989 May 14 13:27 process_functional_tests_result.py drwx------ 1 root root 4096 Nov 4 18:08 root drwxr-xr-x 1 root root 4096 Nov 4 17:40 run -rwxrwxr-x 1 root root 16095 Jun 12 23:03 run.sh lrwxrwxrwx 1 root root 8 Apr 26 2024 sbin -> usr/sbin -rw-r--r-- 1 root root 462 Nov 4 17:41 script.gdb -rw-r--r-- 1 root root 41694 Nov 4 18:03 server.log -rwxrwxr-x 1 root root 10462 May 14 13:27 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Jun 12 23:03 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3464 Jun 12 23:03 setup_minio.sh drwxr-xr-x 2 root root 4096 Apr 26 2024 srv -rw-rw-r-- 1 root root 13192 Jun 12 23:03 stress_tests.lib dr-xr-xr-x 13 root root 0 Nov 4 17:40 sys drwxrwxr-x 2 1000 1000 4096 Nov 4 17:41 test_output drwxrwxrwt 1 root root 20480 Nov 4 18:09 tmp drwxr-xr-x 2 root root 4096 Nov 4 17:41 user_defined drwxr-xr-x 1 root root 4096 Apr 26 2024 usr -rw-rw-r-- 1 root root 833 Jun 12 23:03 utils.lib drwxr-xr-x 1 root root 4096 Apr 26 2024 var Files in root directory + echo 'Files in root directory' + ls -la / total 137444 drwxr-xr-x 1 root root 4096 Nov 4 18:03 . drwxr-xr-x 1 root root 4096 Nov 4 18:03 .. -rw-rw-r-- 1 1000 1000 300 Nov 4 17:38 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1566 Jun 12 23:03 attach_gdb.lib -rw-r--r-- 1 root root 1481 Nov 4 17:41 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4237 Nov 4 17:41 __azurite_db_blob__.json -rw-r--r-- 1 root root 45352 Nov 4 18:09 azurite_log lrwxrwxrwx 1 root root 7 Apr 26 2024 bin -> usr/bin drwxr-xr-x 2 root root 4096 Nov 4 17:41 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot drwxr-xr-x 5 root root 340 Nov 4 17:40 dev -rwxr-xr-x 1 root root 0 Nov 4 17:40 .dockerenv drwxr-xr-x 1 root root 4096 Nov 4 17:40 etc drwxr-xr-x 1 1000 1000 4096 Nov 4 17:40 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Apr 26 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Apr 26 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Apr 26 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Apr 26 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21843968 Jun 12 23:04 mc drwxr-xr-x 2 root root 4096 Apr 26 2024 media -rwxr-xr-x 1 root root 118595584 Jun 12 23:04 minio drwxr-xr-x 4 root root 4096 Nov 4 17:40 minio_data drwxr-xr-x 2 root root 4096 Apr 26 2024 mnt drwxr-xr-x 2 root root 4096 Apr 26 2024 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 Nov 4 17:40 package_folder drwxr-x--- 2 root root 4096 Nov 4 18:03 preprocessed_configs dr-xr-xr-x 312 root root 0 Nov 4 17:40 proc -rwxrwxr-x 1 root root 7989 May 14 13:27 process_functional_tests_result.py drwx------ 1 root root 4096 Nov 4 18:08 root drwxr-xr-x 1 root root 4096 Nov 4 17:40 run -rwxrwxr-x 1 root root 16095 Jun 12 23:03 run.sh lrwxrwxrwx 1 root root 8 Apr 26 2024 sbin -> usr/sbin -rw-r--r-- 1 root root 462 Nov 4 17:41 script.gdb -rw-r--r-- 1 root root 41694 Nov 4 18:03 server.log -rwxrwxr-x 1 root root 10462 May 14 13:27 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Jun 12 23:03 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3464 Jun 12 23:03 setup_minio.sh drwxr-xr-x 2 root root 4096 Apr 26 2024 srv -rw-rw-r-- 1 root root 13192 Jun 12 23:03 stress_tests.lib dr-xr-xr-x 13 root root 0 Nov 4 17:40 sys drwxrwxr-x 2 1000 1000 4096 Nov 4 17:41 test_output drwxrwxrwt 1 root root 20480 Nov 4 18:09 tmp drwxr-xr-x 2 root root 4096 Nov 4 17:41 user_defined drwxr-xr-x 1 root root 4096 Apr 26 2024 usr -rw-rw-r-- 1 root root 833 Jun 12 23:03 utils.lib drwxr-xr-x 1 root root 4096 Apr 26 2024 var + /process_functional_tests_result.py 2024-11-04 18:09:43,664 File /analyzer_tech_debt.txt with broken tests found 2024-11-04 18:09:43,664 Broken tests in the list: 11 2024-11-04 18:09:43,664 Find files in result folder test_result.txt,run.log,gdb.log,garbage.log 2024-11-04 18:09:43,671 Is flaky check: False 2024-11-04 18:09:43,671 Result parsed 2024-11-04 18:09:43,672 Result written + clickhouse-client -q 'system flush logs' Detach all logs replication + stop_logs_replication + echo 'Detach all logs replication' + clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')' + tee /dev/stderr + xargs -n1 -r -i clickhouse-client --query 'drop table {}' xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value + failed_to_save_logs=0 + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.query_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\4 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\8 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.trace_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\4 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\1\6 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + err='++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\5 ]] + failed_to_save_logs=1 + [[ -n '' ]] + sudo clickhouse stop ++ clickhouse-client -q 'select * from system.metric_log format TSVWithNamesAndTypes' ++ zstd --threads=0 ==53696==Installed the sigaction for signal 11 ==53696==Installed the sigaction for signal 7 ==53696==Installed the sigaction for signal 8 ==53696==Using llvm-symbolizer found at: /usr/bin/llvm-symbolizer-17 ***** Running under ThreadSanitizer v3 (pid 53696) ***** ThreadSanitizer: growing sync allocator: 0 out of 1048576*1024 ThreadSanitizer: growing heap block allocator: 0 out of 262144*4096 ThreadSanitizer: growing sync allocator: 1 out of 1048576*1024 ThreadSanitizer: growing sync allocator: 2 out of 1048576*1024 ThreadSanitizer: growing heap block allocator: 1 out of 262144*4096 ThreadSanitizer: growing sync allocator: 3 out of 1048576*1024 ThreadSanitizer: growing sync allocator: 4 out of 1048576*1024 script.gdb:13: Error in sourced command file: No stack. /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 755. The process with pid = 755 is running. Sent terminate signal to process with pid 755. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 755. The process with pid = 755 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 755. The process with pid = 755 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 755. The process with pid = 755 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 755. The process with pid = 755 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 755. The process with pid = 755 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 755. The process with pid = 755 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 755. The process with pid = 755 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 755. The process with pid = 755 does not exist. Server stopped Stats: SizeClassAllocator64: 2M mapped (0M rss) in 11088 allocations; remains 5405 01 ( 16): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 3840 avail: 4096 rss: 4K releases: 0 last released: 0K region: 0x7b0400000000 02 ( 32): mapped: 64K allocs: 2816 frees: 2304 inuse: 512 num_freed_chunks 1536 avail: 2048 rss: 60K releases: 1 last released: 4K region: 0x7b0800000000 03 ( 48): mapped: 192K allocs: 3456 frees: 2432 inuse: 1024 num_freed_chunks 3072 avail: 4096 rss: 152K releases: 1 last released: 40K region: 0x7b0c00000000 04 ( 64): mapped: 64K allocs: 1152 frees: 768 inuse: 384 num_freed_chunks 640 avail: 1024 rss: 64K releases: 0 last released: 0K region: 0x7b1000000000 05 ( 80): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 563 avail: 819 rss: 20K releases: 0 last released: 0K region: 0x7b1400000000 06 ( 96): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 426 avail: 682 rss: 20K releases: 0 last released: 0K region: 0x7b1800000000 07 ( 112): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 457 avail: 585 rss: 12K releases: 0 last released: 0K region: 0x7b1c00000000 08 ( 128): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 384 avail: 512 rss: 12K releases: 0 last released: 0K region: 0x7b2000000000 09 ( 144): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 327 avail: 455 rss: 4K releases: 0 last released: 0K region: 0x7b2400000000 10 ( 160): mapped: 64K allocs: 384 frees: 128 inuse: 256 num_freed_chunks 153 avail: 409 rss: 44K releases: 1 last released: 16K region: 0x7b2800000000 11 ( 176): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 244 avail: 372 rss: 4K releases: 0 last released: 0K region: 0x7b2c00000000 12 ( 192): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 213 avail: 341 rss: 8K releases: 0 last released: 0K region: 0x7b3000000000 13 ( 208): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 187 avail: 315 rss: 4K releases: 0 last released: 0K region: 0x7b3400000000 14 ( 224): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 164 avail: 292 rss: 4K releases: 0 last released: 0K region: 0x7b3800000000 15 ( 240): mapped: 64K allocs: 256 frees: 0 inuse: 256 num_freed_chunks 17 avail: 273 rss: 40K releases: 0 last released: 0K region: 0x7b3c00000000 16 ( 256): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 128 avail: 256 rss: 4K releases: 0 last released: 0K region: 0x7b4000000000 17 ( 320): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 76 avail: 204 rss: 12K releases: 0 last released: 0K region: 0x7b4400000000 18 ( 384): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 42 avail: 170 rss: 8K releases: 0 last released: 0K region: 0x7b4800000000 19 ( 448): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 18 avail: 146 rss: 4K releases: 0 last released: 0K region: 0x7b4c00000000 20 ( 512): mapped: 64K allocs: 128 frees: 0 inuse: 128 num_freed_chunks 0 avail: 128 rss: 8K releases: 0 last released: 0K region: 0x7b5000000000 21 ( 640): mapped: 64K allocs: 102 frees: 0 inuse: 102 num_freed_chunks 0 avail: 102 rss: 8K releases: 0 last released: 0K region: 0x7b5400000000 22 ( 768): mapped: 64K allocs: 85 frees: 0 inuse: 85 num_freed_chunks 0 avail: 85 rss: 4K releases: 0 last released: 0K region: 0x7b5800000000 23 ( 896): mapped: 64K allocs: 73 frees: 0 inuse: 73 num_freed_chunks 0 avail: 73 rss: 8K releases: 0 last released: 0K region: 0x7b5c00000000 24 ( 1024): mapped: 64K allocs: 64 frees: 0 inuse: 64 num_freed_chunks 0 avail: 64 rss: 8K releases: 0 last released: 0K region: 0x7b6000000000 25 ( 1280): mapped: 192K allocs: 153 frees: 51 inuse: 102 num_freed_chunks 51 avail: 153 rss: 124K releases: 1 last released: 60K region: 0x7b6400000000 26 ( 1536): mapped: 64K allocs: 42 frees: 0 inuse: 42 num_freed_chunks 0 avail: 42 rss: 4K releases: 0 last released: 0K region: 0x7b6800000000 27 ( 1792): mapped: 64K allocs: 36 frees: 0 inuse: 36 num_freed_chunks 0 avail: 36 rss: 4K releases: 0 last released: 0K region: 0x7b6c00000000 28 ( 2048): mapped: 64K allocs: 32 frees: 0 inuse: 32 num_freed_chunks 0 avail: 32 rss: 4K releases: 0 last released: 0K region: 0x7b7000000000 29 ( 2560): mapped: 64K allocs: 25 frees: 0 inuse: 25 num_freed_chunks 0 avail: 25 rss: 8K releases: 0 last released: 0K region: 0x7b7400000000 30 ( 3072): mapped: 64K allocs: 21 frees: 0 inuse: 21 num_freed_chunks 0 avail: 21 rss: 4K releases: 0 last released: 0K region: 0x7b7800000000 31 ( 3584): mapped: 64K allocs: 18 frees: 0 inuse: 18 num_freed_chunks 0 avail: 18 rss: 8K releases: 0 last released: 0K region: 0x7b7c00000000 32 ( 4096): mapped: 64K allocs: 16 frees: 0 inuse: 16 num_freed_chunks 0 avail: 16 rss: 28K releases: 0 last released: 0K region: 0x7b8000000000 33 ( 5120): mapped: 64K allocs: 12 frees: 0 inuse: 12 num_freed_chunks 0 avail: 12 rss: 16K releases: 0 last released: 0K region: 0x7b8400000000 34 ( 6144): mapped: 64K allocs: 10 frees: 0 inuse: 10 num_freed_chunks 0 avail: 10 rss: 12K releases: 0 last released: 0K region: 0x7b8800000000 35 ( 7168): mapped: 64K allocs: 9 frees: 0 inuse: 9 num_freed_chunks 0 avail: 9 rss: 36K releases: 0 last released: 0K region: 0x7b8c00000000 37 ( 10240): mapped: 64K allocs: 6 frees: 0 inuse: 6 num_freed_chunks 0 avail: 6 rss: 12K releases: 0 last released: 0K region: 0x7b9400000000 38 ( 12288): mapped: 64K allocs: 5 frees: 0 inuse: 5 num_freed_chunks 0 avail: 5 rss: 12K releases: 0 last released: 0K region: 0x7b9800000000 39 ( 14336): mapped: 64K allocs: 4 frees: 0 inuse: 4 num_freed_chunks 0 avail: 4 rss: 16K releases: 0 last released: 0K region: 0x7b9c00000000 42 ( 24576): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 16K releases: 0 last released: 0K region: 0x7ba800000000 43 ( 28672): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 28K releases: 0 last released: 0K region: 0x7bac00000000 44 ( 32768): mapped: 64K allocs: 2 frees: 0 inuse: 2 num_freed_chunks 0 avail: 2 rss: 32K releases: 0 last released: 0K region: 0x7bb000000000 45 ( 40960): mapped: 64K allocs: 1 frees: 0 inuse: 1 num_freed_chunks 0 avail: 1 rss: 4K releases: 0 last released: 0K region: 0x7bb400000000 Stats: LargeMmapAllocator: allocated 9 times, remains 0 (0 K) max 1 M; by size logs: 20:9; + [[ -n '' ]] + rg -Fa '' /var/log/clickhouse-server/clickhouse-server.log + : + rg -A50 -Fa ============ /var/log/clickhouse-server/stderr.log + : + data_path_config=--path=/var/lib/clickhouse/ + zstd --threads=0 + [[ -n '' ]] + '[' 1 -ne 0 ']' + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.query_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.trace_log format TSVWithNamesAndTypes' + zstd --threads=0 ================== WARNING: ThreadSanitizer: data race (pid=54998) Write of size 8 at 0x7b9c00009058 by main thread: #0 __tsan_memcpy (clickhouse+0x701a1b7) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #1 std::__1::basic_string, std::__1::allocator>::operator=(std::__1::basic_string, std::__1::allocator> const&) FunctionFQDN.cpp (clickhouse+0x70b6205) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #2 DB::SettingFieldTimezone::operator=(DB::SettingFieldTimezone const&) build_docker/./src/Core/SettingsFields.h:472:8 (clickhouse+0x167cb17b) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #3 DB::SettingsTraits::Data::operator=(DB::SettingsTraits::Data const&) build_docker/./src/Core/Settings.h:1221:1 (clickhouse+0x167cb17b) #4 DB::BaseSettings::operator=(DB::BaseSettings const&) build_docker/./src/Core/BaseSettings.h:56:60 (clickhouse+0x16818aff) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #5 DB::Settings::operator=(DB::Settings const&) build_docker/./src/Core/Settings.h:1227:8 (clickhouse+0x16818aff) #6 DB::Context::setSettings(DB::Settings const&) build_docker/./src/Interpreters/Context.cpp:2086:14 (clickhouse+0x16818aff) #7 DB::ClientBase::adjustSettings() build_docker/./src/Client/ClientBase.cpp:722:21 (clickhouse+0x193dde8f) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #8 DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:480:5 (clickhouse+0xf26b54d) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #9 Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 (clickhouse+0x1d021dde) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #10 mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:903:20 (clickhouse+0xf278708) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #11 main build_docker/./programs/main.cpp:498:21 (clickhouse+0x70a6a18) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) Previous read of size 8 at 0x7b9c00009058 by thread T30: #0 __tsan_memcpy (clickhouse+0x701a1b7) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #1 std::__1::basic_string, std::__1::allocator>::basic_string(std::__1::basic_string, std::__1::allocator> const&) build_docker/./contrib/llvm-project/libcxx/include/string:2013:26 (clickhouse+0xef851a3) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #2 DateLUT::extractTimezoneFromContext(std::__1::shared_ptr) build_docker/./src/Common/DateLUT.cpp:170:12 (clickhouse+0xef851a3) #3 DateLUT::instance() build_docker/./src/Common/DateLUT.h:46:41 (clickhouse+0x1623d232) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #4 DB::SerializationDate* std::__1::construct_at[abi:v15000](DB::SerializationDate*) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 (clickhouse+0x1623d232) #5 void std::__1::allocator_traits>::construct[abi:v15000](std::__1::allocator&, DB::SerializationDate*) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 (clickhouse+0x1623ce7b) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #6 std::__1::__shared_ptr_emplace>::__shared_ptr_emplace[abi:v15000]<>(std::__1::allocator) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 (clickhouse+0x1623ce7b) #7 std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], void>(std::__1::allocator const&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 (clickhouse+0x1623ce7b) #8 std::__1::shared_ptr std::__1::make_shared[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 (clickhouse+0x1623c9fc) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #9 DB::DataTypeDate::doGetDefaultSerialization() const build_docker/./src/DataTypes/DataTypeDate.cpp:15:12 (clickhouse+0x1623c9fc) #10 DB::IDataType::getDefaultSerialization() const build_docker/./src/DataTypes/IDataType.cpp:223:12 (clickhouse+0x162d8f5d) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #11 DB::IDataType::getSerialization(DB::ISerialization::Kind) const build_docker/./src/DataTypes/IDataType.cpp:236:12 (clickhouse+0x162d8f5d) #12 DB::IDataType::getSerialization(DB::SerializationInfo const&) const build_docker/./src/DataTypes/IDataType.cpp:241:12 (clickhouse+0x162d908a) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #13 DB::IDataType::getSerialization(DB::NameAndTypePair const&, DB::SerializationInfo const&) build_docker/./src/DataTypes/IDataType.cpp:254:25 (clickhouse+0x162d91fa) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #14 DB::IMergeTreeDataPart::setColumns(DB::NamesAndTypesList const&, DB::SerializationInfoByName const&, int) build_docker/./src/Storages/MergeTree/IMergeTreeDataPart.cpp:463:15 (clickhouse+0x18d0b31f) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #15 DB::MergeTask::ExecuteAndFinalizeHorizontalPart::prepare() build_docker/./src/Storages/MergeTree/MergeTask.cpp:272:32 (clickhouse+0x18da4f24) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #16 DB::MergeTask::ExecuteAndFinalizeHorizontalPart::execute() build_docker/./src/Storages/MergeTree/MergeTask.cpp:438:9 (clickhouse+0x18dad5fb) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #17 DB::MergeTask::execute() build_docker/./src/Storages/MergeTree/MergeTask.cpp:889:29 (clickhouse+0x18db4428) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #18 DB::MergePlainMergeTreeTask::executeStep() build_docker/./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:57:33 (clickhouse+0x192b742d) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #19 DB::MergeTreeBackgroundExecutor::routine(std::__1::shared_ptr) build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:282:42 (clickhouse+0x18dcfdc8) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #20 DB::MergeTreeBackgroundExecutor::threadFunction() build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:348:13 (clickhouse+0x18dd0cd4) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #21 DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()::operator()() const build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57:47 (clickhouse+0x18dd2f61) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #22 decltype(std::declval::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&>()()) std::__1::__invoke[abi:v15000]::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&>(DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x18dd2f61) #23 void std::__1::__invoke_void_return_wrapper::__call::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&>(DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0x18dd2f61) #24 std::__1::__function::__default_alloc_func::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x18dd2f61) #25 void std::__1::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x18dd2f61) #26 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf088371) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #27 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf088371) #28 ThreadPoolImpl>::worker(std::__1::__list_iterator, void*>) build_docker/./src/Common/ThreadPool.cpp:526:17 (clickhouse+0xf088371) #29 void ThreadPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:253:73 (clickhouse+0xf08d6dc) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #30 decltype(std::declval()()) std::__1::__invoke[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf08d6dc) #31 decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 (clickhouse+0xf08d6dc) #32 decltype(auto) std::__1::apply[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 (clickhouse+0xf08d6dc) #33 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:225:13 (clickhouse+0xf08d6dc) #34 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf08d641) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #35 void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0xf08d641) #36 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0xf08d641) #37 void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0xf08d641) #38 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf083dff) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #39 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf083dff) #40 ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:536:17 (clickhouse+0xf083dff) #41 void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:253:73 (clickhouse+0xf08a5f1) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #42 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf08a5f1) #43 void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 (clickhouse+0xf08a5f1) #44 void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 (clickhouse+0xf08a5f1) Location is heap block of size 12480 at 0x7b9c00007000 allocated by main thread: #0 operator new(unsigned long, std::align_val_t) (clickhouse+0x70a4a9b) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #1 DB::Context::createGlobal(DB::ContextSharedPart*) build_docker/./src/Interpreters/Context.cpp:822:41 (clickhouse+0x16804a8b) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #2 DB::LocalServer::processConfig() build_docker/./programs/local/LocalServer.cpp:597:22 (clickhouse+0xf26d8b4) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #3 DB::LocalServer::main(std::__1::vector, std::__1::allocator>, std::__1::allocator, std::__1::allocator>>> const&) build_docker/./programs/local/LocalServer.cpp:479:5 (clickhouse+0xf26b545) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #4 Poco::Util::Application::run() build_docker/./base/poco/Util/src/Application.cpp:315:8 (clickhouse+0x1d021dde) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #5 mainEntryClickHouseLocal(int, char**) build_docker/./programs/local/LocalServer.cpp:903:20 (clickhouse+0xf278708) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #6 main build_docker/./programs/main.cpp:498:21 (clickhouse+0x70a6a18) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) Thread T30 'MergeMutate' (tid=55030, running) created by thread T5 at: #0 pthread_create (clickhouse+0x701e52b) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #1 std::__1::__libcpp_thread_create[abi:v15000](unsigned long*, void* (*)(void*), void*) build_docker/./contrib/llvm-project/libcxx/include/__threading_support:376:10 (clickhouse+0xf089cde) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #2 std::__1::thread::thread::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'(), void>(void&&) build_docker/./contrib/llvm-project/libcxx/include/thread:311:16 (clickhouse+0xf089cde) #3 void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool) build_docker/./src/Common/ThreadPool.cpp:253:35 (clickhouse+0xf082876) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #4 ThreadPoolImpl::scheduleOrThrow(std::__1::function, Priority, unsigned long, bool) build_docker/./src/Common/ThreadPool.cpp:338:5 (clickhouse+0xf08d146) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #5 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./src/Common/ThreadPool.h:205:38 (clickhouse+0xf08d146) #6 void ThreadPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool) build_docker/./src/Common/ThreadPool.cpp:253:35 (clickhouse+0xf08595f) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #7 ThreadPoolImpl>::scheduleOrThrowOnError(std::__1::function, Priority) build_docker/./src/Common/ThreadPool.cpp:326:5 (clickhouse+0xf0853ea) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #8 DB::MergeTreeBackgroundExecutor::MergeTreeBackgroundExecutor(std::__1::basic_string, std::__1::allocator>, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::__1::basic_string_view>) build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57:15 (clickhouse+0x18dcd871) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #9 DB::MergeTreeBackgroundExecutor* std::__1::construct_at[abi:v15000], char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeBackgroundExecutor*>(DB::MergeTreeBackgroundExecutor*, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 (clickhouse+0x1686ae3a) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #10 void std::__1::allocator_traits>>::construct[abi:v15000], char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, void, void>(std::__1::allocator>&, DB::MergeTreeBackgroundExecutor*, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 (clickhouse+0x16839df2) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #11 std::__1::__shared_ptr_emplace, std::__1::allocator>>::__shared_ptr_emplace[abi:v15000] const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&>(std::__1::allocator>, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 (clickhouse+0x16839df2) #12 std::__1::shared_ptr> std::__1::allocate_shared[abi:v15000], std::__1::allocator>, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, void>(std::__1::allocator> const&, char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 (clickhouse+0x16839df2) #13 std::__1::shared_ptr> std::__1::make_shared[abi:v15000], char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&, void>(char const (&) [12], unsigned long&, unsigned long&, StrongTypedef const&, StrongTypedef const&, std::__1::basic_string, std::__1::allocator>&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 (clickhouse+0x16839df2) #14 DB::Context::initializeBackgroundExecutorsIfNeeded() build_docker/./src/Interpreters/Context.cpp:5071:37 (clickhouse+0x16839df2) #15 DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::MergeTreeData::MergingParams const&, std::__1::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::__1::function, std::__1::allocator> const&)>) build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:365:35 (clickhouse+0x18dd6b61) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #16 DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::MergeTreeData::MergingParams const&, std::__1::unique_ptr>) build_docker/./src/Storages/StorageMergeTree.cpp:104:7 (clickhouse+0x1926d269) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #17 DB::StorageMergeTree* std::__1::construct_at[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, DB::StorageMergeTree*>(DB::StorageMergeTree*, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35:48 (clickhouse+0x1926c820) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #18 void std::__1::allocator_traits>::construct[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, void, void>(std::__1::allocator&, DB::StorageMergeTree*, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298:9 (clickhouse+0x1926c820) #19 std::__1::__shared_ptr_emplace>::__shared_ptr_emplace[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>>(std::__1::allocator, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292:9 (clickhouse+0x1926c820) #20 std::__1::shared_ptr std::__1::allocate_shared[abi:v15000], DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, void>(std::__1::allocator const&, DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953:55 (clickhouse+0x1926c820) #21 std::__1::shared_ptr std::__1::make_shared[abi:v15000], std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>, void>(DB::StorageID const&, std::__1::basic_string, std::__1::allocator> const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::__1::shared_ptr&, std::__1::basic_string, std::__1::allocator>&, DB::MergeTreeData::MergingParams&, std::__1::unique_ptr>&&) build_docker/./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962:12 (clickhouse+0x19267f4a) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #22 DB::create(DB::StorageFactory::Arguments const&) build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:741:16 (clickhouse+0x19267f4a) #23 decltype(std::declval (*&)(DB::StorageFactory::Arguments const&)>()(std::declval())) std::__1::__invoke[abi:v15000] (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&>(std::__1::shared_ptr (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x15963543) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #24 std::__1::shared_ptr std::__1::__invoke_void_return_wrapper, false>::__call (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&>(std::__1::shared_ptr (*&)(DB::StorageFactory::Arguments const&), DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:470:16 (clickhouse+0x15963543) #25 std::__1::__function::__default_alloc_func (*)(DB::StorageFactory::Arguments const&), std::__1::shared_ptr (DB::StorageFactory::Arguments const&)>::operator()[abi:v15000](DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x15963543) #26 std::__1::shared_ptr std::__1::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (*)(DB::StorageFactory::Arguments const&), std::__1::shared_ptr (DB::StorageFactory::Arguments const&)>>(std::__1::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x15963543) #27 std::__1::__function::__policy_func (DB::StorageFactory::Arguments const&)>::operator()[abi:v15000](DB::StorageFactory::Arguments const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0x185febe8) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #28 std::__1::function (DB::StorageFactory::Arguments const&)>::operator()(DB::StorageFactory::Arguments const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0x185febe8) #29 DB::StorageFactory::get(DB::ASTCreateQuery const&, std::__1::basic_string, std::__1::allocator> const&, std::__1::shared_ptr, std::__1::shared_ptr, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, DB::LoadingStrictnessLevel) const build_docker/./src/Storages/StorageFactory.cpp:224:16 (clickhouse+0x185febe8) #30 DB::createTableFromAST(DB::ASTCreateQuery, std::__1::basic_string, std::__1::allocator> const&, std::__1::basic_string, std::__1::allocator> const&, std::__1::shared_ptr, DB::LoadingStrictnessLevel) build_docker/./src/Databases/DatabaseOnDisk.cpp:120:36 (clickhouse+0x1640e6e0) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #31 DB::DatabaseOrdinary::loadTableFromMetadata(std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel) build_docker/./src/Databases/DatabaseOrdinary.cpp:248:36 (clickhouse+0x164414dd) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #32 DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0::operator()(DB::AsyncLoader&, std::__1::shared_ptr const&) const build_docker/./src/Databases/DatabaseOrdinary.cpp:282:13 (clickhouse+0x1644b2cc) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #33 decltype(std::declval, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&>()(std::declval(), std::declval const&>())) std::__1::__invoke[abi:v15000], std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0x1644b2cc) #34 void std::__1::__invoke_void_return_wrapper::__call, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&>(DB::DatabaseOrdinary::loadTableFromMetadataAsync(DB::AsyncLoader&, std::__1::unordered_set, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0&, DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0x1644b2cc) #35 std::__1::__function::__default_alloc_func, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr const&)>::operator()[abi:v15000](DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0x1644b2cc) #36 void std::__1::__function::__policy_invoker const&)>::__call_impl, std::__1::hash>, std::__1::equal_to>, std::__1::allocator>>, std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator> const&, DB::QualifiedTableName const&, std::__1::shared_ptr const&, DB::LoadingStrictnessLevel)::$_0, void (DB::AsyncLoader&, std::__1::shared_ptr const&)>>(std::__1::__function::__policy_storage const*, DB::AsyncLoader&, std::__1::shared_ptr const&) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0x1644b2cc) #37 std::__1::__function::__policy_func const&)>::operator()[abi:v15000](DB::AsyncLoader&, std::__1::shared_ptr const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf2152f9) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #38 std::__1::function const&)>::operator()(DB::AsyncLoader&, std::__1::shared_ptr const&) const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf2152f9) #39 DB::LoadJob::execute(DB::AsyncLoader&, unsigned long, std::__1::shared_ptr const&) build_docker/./src/Common/AsyncLoader.cpp:168:5 (clickhouse+0xf2152f9) #40 DB::AsyncLoader::worker(DB::AsyncLoader::Pool&) build_docker/./src/Common/AsyncLoader.cpp:937:18 (clickhouse+0xf2152f9) #41 DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock&)::$_0::operator()() const build_docker/./src/Common/AsyncLoader.cpp:872:5 (clickhouse+0xf216192) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #42 decltype(std::declval&)::$_0&>()()) std::__1::__invoke[abi:v15000]&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock&)::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf216192) #43 void std::__1::__invoke_void_return_wrapper::__call&)::$_0&>(DB::AsyncLoader::spawn(DB::AsyncLoader::Pool&, std::__1::unique_lock&)::$_0&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0xf216192) #44 std::__1::__function::__default_alloc_func&)::$_0, void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0xf216192) #45 void std::__1::__function::__policy_invoker::__call_impl&)::$_0, void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0xf216192) #46 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf088371) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #47 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf088371) #48 ThreadPoolImpl>::worker(std::__1::__list_iterator, void*>) build_docker/./src/Common/ThreadPool.cpp:526:17 (clickhouse+0xf088371) #49 void ThreadPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:253:73 (clickhouse+0xf08d6dc) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #50 decltype(std::declval()()) std::__1::__invoke[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf08d6dc) #51 decltype(auto) std::__1::__apply_tuple_impl[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/tuple:1789:1 (clickhouse+0xf08d6dc) #52 decltype(auto) std::__1::apply[abi:v15000]>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()&, std::__1::tuple<>&>(void&&, std::__1::tuple<>&) build_docker/./contrib/llvm-project/libcxx/include/tuple:1798:1 (clickhouse+0xf08d6dc) #53 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()::operator()() build_docker/./src/Common/ThreadPool.h:225:13 (clickhouse+0xf08d6dc) #54 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf08d641) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #55 void std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'()&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:479:9 (clickhouse+0xf08d641) #56 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>::operator()[abi:v15000]() build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:235:12 (clickhouse+0xf08d641) #57 void std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl>::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&)::'lambda'(), void ()>>(std::__1::__function::__policy_storage const*) build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:716:16 (clickhouse+0xf08d641) #58 std::__1::__function::__policy_func::operator()[abi:v15000]() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:848:16 (clickhouse+0xf083dff) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #59 std::__1::function::operator()() const build_docker/./contrib/llvm-project/libcxx/include/__functional/function.h:1187:12 (clickhouse+0xf083dff) #60 ThreadPoolImpl::worker(std::__1::__list_iterator) build_docker/./src/Common/ThreadPool.cpp:536:17 (clickhouse+0xf083dff) #61 void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()::operator()() const build_docker/./src/Common/ThreadPool.cpp:253:73 (clickhouse+0xf08a5f1) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) #62 decltype(std::declval()()) std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(void&&) build_docker/./contrib/llvm-project/libcxx/include/__functional/invoke.h:394:23 (clickhouse+0xf08a5f1) #63 void std::__1::__thread_execute[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>(std::__1::tuple::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>&, std::__1::__tuple_indices<>) build_docker/./contrib/llvm-project/libcxx/include/thread:284:5 (clickhouse+0xf08a5f1) #64 void* std::__1::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::'lambda0'()>>(void*) build_docker/./contrib/llvm-project/libcxx/include/thread:295:5 (clickhouse+0xf08a5f1) SUMMARY: ThreadSanitizer: data race (/usr/bin/clickhouse+0x701a1b7) (BuildId: 6e777b9b2ca4aff7b34a2973baa03eaed3ec5f98) in __tsan_memcpy ================== + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.metric_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''CPU'\'' group by trace order by samples desc settings allow_introspection_functions = 1 + zstd --threads=0 format TabSeparated' + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Memory'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Real'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 + rm /var/log/clickhouse-server/clickhouse-server.log + mv /var/log/clickhouse-server/stderr.log /test_output/ + [[ -n '' ]] + tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination tar: Removing leading `/' from member names tar: Removing leading `/' from hard link targets + [[ -n '' ]]